Thread
:
Player.pl in template
View Single Post
#
8
09-15-2008, 08:22 AM
joligario
Developer
Join Date: Mar 2003
Posts: 1,498
Here's what you are probably looking for:
Code:
sub EVENT_SAY { if($text=~/hail/i) { quest::say("Hello, $name. What can I do for you today?"); } }
joligario
View Public Profile
Send a private message to joligario
Find all posts by joligario