View Single Post
  #3  
Old 10-26-2011, 09:36 AM
joligario's Avatar
joligario
Developer
 
Join Date: Mar 2003
Posts: 1,498
Default

Although a good practice, that's not breaking the script. Most likely it is:

my $Epic = quest::saylink("Epic");

Also, you may want to change the if's to elsif's in the turnin block otherwise the else only works with the last if.

Edit: And you could clean them up into one if block since you are repeating code multiple times.
Reply With Quote