View Single Post
  #6  
Old 08-30-2006, 01:53 AM
John Adams
Demi-God
 
Join Date: Jul 2006
Posts: 1,552
Default

Quote:
Originally Posted by ylosh
Code:
sub EVENT_SAY {
    if($text=~/.*/i) {
  	quest::summonitem($text);
    }
  }
Holy crap. You mean I was right? Damn, I must have accidentally learned something.

Thx Ylosh!
Reply With Quote