View Single Post
  #13  
Old 02-24-2014, 07:18 PM
NatedogEZ's Avatar
NatedogEZ
Developer
 
Join Date: Dec 2012
Posts: 515
Default

Just use....


Code:
sub EVENT_SAY {
	if($text=~/hail/i) {
		$client->SendWebLink("https://www.google.com");
	}
}


Works just fine for me... added a window to search my custom bazaar with


Reply With Quote