View Single Post
  #2  
Old 02-04-2011, 01:24 PM
nilbog
Hill Giant
 
Join Date: Nov 2007
Posts: 198
Default

You didn't close your brackets. The one in red is missing.

Quote:
sub EVENT_SAY {
if ($text=~/Hail/i){
quest::say("Hello young heroes. I have waited a long time for adventures such as yourselves to come to this place.I was put here just to monitor the crystal dragon and to try to keep it at bay in this fortress we have built around it. Aerin'Dar MUST be stopped. The magic that gave me the strength to to uphold my duties is slowly fading. If you are powerfull enough... enter and stop her! You need but to tell me when your [ready] me to be transported in.");
}
if($text=~/ready/i){
quest::movepc(208, 362,2044,162);
}
}
It closes the bracket you opened in sub EVENT_SAY {
__________________
https://www.project1999.com
Reply With Quote