View Single Post
  #3  
Old 10-08-2011, 09:24 PM
Emera Emera is offline
Delterian Hybrid
Emera's Avatar
Join Date: Mar 2011
Location: Newcastle Upon-Tyne
Posts: 1,704
Emera is a jewel in the roughEmera is a jewel in the rough
I already use a public function for adding hats...
PHP Code:
public function AddHat(hatnamechattext) {
  
client.hats client.hats "," hatname;
  
say2(chattext);

But wouldn't the client flags be full of the hats you have?
__________________
Reply With Quote