Thread: Dumb question
View Single Post
  #12  
Old 10-07-2006, 06:48 PM
Twinny Twinny is offline
My empire of dirt
Twinny's Avatar
Join Date: Mar 2006
Location: Australia
Posts: 2,422
Twinny is just really niceTwinny is just really nice
Send a message via AIM to Twinny
chat is a variable of player.

player.chat = "hai!!"; will show hai!! over a player.

Can also do stuff like
PHP Code:
function onPlayerChats()
{
  if (
player.chat == "hai!")
    
this.chat "hai2u!";

Also, if you are trying these code in Editor.exe you should warn us as GS2 does not work in Editor as of yet.
Reply With Quote