View Single Post
  #1  
Old 05-31-2006, 04:48 AM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
Join Class Clientside

//#CLIENTSIDE
function onCreated() {
this.guild = "Test";
join("guildcomp");
}


How come in the class on clientside, if I am to do
//#CLIENTSIDE
function onCreated()
player.chat = this.guild;

Nothing happens..? I can't have clientside classes w/ flags set? I am pretty sure CheeToS said you could.
Reply With Quote