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

.. well it would help if you posted the quests, cause it looks like your missing a bunch of stuff.

(best shot)
Code:
EVENT_SAY {
if($1 == "Hail") { say("Hail there $user, how may I assist you?") }
}
Reply With Quote