View Single Post
  #9  
Old 10-26-2004, 04:00 AM
Muuss
Dragon
 
Join Date: May 2003
Posts: 539
Default

Try this quest, when you'll make it working, start adding slowly some new stuff. When it stops to work, it means you made a mistake, search and correct it, then start again, that's the best way to learn )

Code:
sub EVENT_SAY {   
  if($text =~ /Hail/i) { quest::say("You said hail!"); }
}
__________________
Muuss - [PEQGC] Dobl, the ogre that counts for 2 !
http://www.vilvert.fr/page.php?id=10
Reply With Quote