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.
|