View Single Post
  #7  
Old 03-06-2003, 02:40 AM
just_add_water
Hill Giant
 
Join Date: Mar 2002
Location: //say $network
Posts: 138
Default

My quest addon is very buggy atm. Heres a fix

Code:
EVENT_SAY { 
if ($1- =~ "Hail") { say("Greetings $name , would you like me to [bind your soul]?") } 
if ($1- =~ "bind" ) { say("Incoming Bind! When you die , you will zone back to this spot.") cast($userid,2049) } 
}
Reply With Quote