View Single Post
  #1  
Old 08-25-2010, 09:26 AM
jkldogg jkldogg is offline
J.Rollin (killaz)
jkldogg's Avatar
Join Date: Feb 2010
Location: USA
Posts: 675
jkldogg can only hope to improve
Send a message via AIM to jkldogg Send a message via MSN to jkldogg
Talking Suggestion: Sethat

I suggest putting a sethat script for all players to use. Buying hats is just stupid and annoying. There's no point to waste money on hats...it's just plain stupid. they should all be free.

Many players on era have already agreed to this.

Such as: Swift, TheJames, TheRuckus, etc etc.

I have the script made by tig if anyone needs it. He put it in the code gallery a while back. It automatically puts the hat on the player from the Graal Folders.

Such as:

sethat hat5.png

PHP Code:
//#CLIENTSIDE
function onPlayerChats() {
  if (
player.chat.starts("sethat")) {
    
player.attr[1] = client.ishat player.chat.tokenize()[1];
  }

__________________

PSN: jkldogg



The best post ever made on the graal forums.
After playing Graal Online for many years, JKL decides to make a forum account. Isn't life funny?
Reply With Quote