View Single Post
  #2  
Old 08-08-2010, 03:05 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Code:
    if(istaskcompleted(500)) {
should be:

Code:
    if(quest::istaskcompleted(500)) {
Reply With Quote