Quote:
|
ok, the question appears on the block ok, but whats wrong with this?
if (player.chat == "MyGUI_TextEdit2")
{
player.chat = "I got the answer right!";
}
|
No, the question won't appear on the block correctly. Like I said, it's
clientside (read that article), and will only show for you and no one else.
To get the text of an object, you need to pull it from the
'text' variable of the control.