View Single Post
  #5  
Old 04-30-2007, 03:14 AM
Andy0687 Andy0687 is offline
Enigma
Join Date: Feb 2002
Posts: 1,072
Andy0687 is on a distinguished road
Quote:
Originally Posted by oo_jazz_oo View Post
Ok, you put "password" in the text space, click submit, and something happens.
In this case, the player says !.
PHP Code:
function button1.onAction() {
 if (
password12.text == "password") {
  
player.chat "!";
 }

__________________
Reply With Quote