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 {