Thread: NPC ignores me!
View Single Post
  #5  
Old 03-02-2009, 05:48 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

If I save the quest as you posted it as test.pl and execute it from a command prompt, I get this:

Code:
syntax error at test.pl line 15, near "quest:: say "
Execution of test.pl aborted due to compilation errors.
Line 15 is:

Code:
quest:: say
There is a space between quest:: and say which is causing the syntax error.
Reply With Quote