Thread
:
PC input into quest
View Single Post
#
7
08-30-2006, 03:37 PM
fathernitwit
Developer
Join Date: Jul 2004
Posts: 773
Code:
sub EVENT_SAY { if($text=~/[0-9]+/i) { quest::summonitem($text); } }
would be more accurate, as quest::summonitem("joe") or quest::summonitem("Hail, Slut"), etx arnt all that meaningful
fathernitwit
View Public Profile
Send a private message to fathernitwit
Find all posts by fathernitwit