View Single Post
  #5  
Old 12-28-2012, 05:27 PM
sorvani
Dragon
 
Join Date: May 2010
Posts: 966
Default

Testing Quest Scripts 101:

#1 open a command prompt and type: perl -c somescriptname.pl
#2 If errors, fix them, go back to #1. If no errors go to #3
#3 The script compiles fine but is not acting as expected. Add in quest::shout("some message"); at various points in the routines to output what is happening.
#4 based on the shouts, edit your script. do not forget to #reloadpl 1 in game.
# Go to #1
Reply With Quote