View Single Post
  #2  
Old 07-14-2009, 02:37 AM
fowlplay4 fowlplay4 is offline
team canada
fowlplay4's Avatar
Join Date: Jul 2004
Location: Canada
Posts: 5,200
fowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond reputefowlplay4 has a reputation beyond repute
Well for starters, you shouldn't have functions in functions like that..

Also, you're mixing GS1 with GS2..

Instead of message you do..

this.chat = "a test message!";

And to reference TextEdit fields you have to use:

MyGUI_TextEdit1.text

So "message SPC "MyGUI_TextEdit1" SPC;"

Looks like:

this.chat = MyGUI_TextEdit1.text;
__________________
Quote:
Reply With Quote