Thread: Forage Issues
View Single Post
  #5  
Old 07-08-2010, 01:01 PM
Irreverent
The Solo Server
 
Join Date: May 2007
Posts: 416
Default

Sure, no problem!

I used this code:

Code:
sub EVENT_SAY {  
	if($text=~/Hail/i) {quest::say("Hi");  }  

	if($text=~/Test/i) 
	{
	    	quest::say(quest::ChooseRandom(1,2,3,4,5));
	    	quest::say(quest::ChooseRandom(1,2,3,4,5));
	    	quest::say(quest::ChooseRandom(1,2,3,4,5));
	    	quest::say(quest::ChooseRandom(1,2,3,4,5));
	    	quest::say(quest::ChooseRandom(1,2,3,4,5));
	    	quest::say(quest::ChooseRandom(1,2,3,4,5));
	    	quest::say(quest::ChooseRandom(1,2,3,4,5));
	    	quest::say(quest::ChooseRandom(1,2,3,4,5));
	    	quest::say(quest::ChooseRandom(1,2,3,4,5));
	    	quest::say(quest::ChooseRandom(1,2,3,4,5));
	    	quest::say(quest::ChooseRandom(1,2,3,4,5));
	    	quest::say(quest::ChooseRandom(1,2,3,4,5));
	    	quest::say(quest::ChooseRandom(1,2,3,4,5));
	    	quest::say(quest::ChooseRandom(1,2,3,4,5));

	}  
}
And got these results:
__________________
OP of Irreverent Server (The Solo Server)
Our Forums
Reply With Quote