View Single Post
  #2  
Old 03-28-2003, 11:27 AM
just_add_water
Hill Giant
 
Join Date: Mar 2002
Location: //say $network
Posts: 138
Default

Code:
event_say { 
if ($1- =~ "bind my soul") { say("Incoming Bind! You will zone back to this spot when you die $userid.") castspell("$userid","35") } 
}
All text within a command() must be in " " .
Reply With Quote