View Single Post
  #2  
Old 05-22-2009, 06:51 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

An example of it's use is:
Code:
if(quest::istaskcompleted(2004)) {
	quest::say("You have completed task 2004");
}
There is a rule, TaskSystem:RecordCompletedTasks which if set to false, would cause this to not work, however the default value is true.
Reply With Quote