View Single Post
  #4  
Old 01-27-2016, 07:09 PM
provocating's Avatar
provocating
Demi-God
 
Join Date: Nov 2007
Posts: 2,175
Default

Well that still is not a lot of information. But I will trust that everything is working but this part. You are looking for something like this.
Code:
if(quest::istaskcompleted(26) == 1) {
     quest::assigntask(29);
}
I am pretty sure a completed task will equal 1, uncompleted is a 0
Reply With Quote