Thread: Epic fail.
View Single Post
  #4  
Old 04-07-2009, 05:01 PM
Codein Codein is offline
jwd
Codein's Avatar
Join Date: Oct 2005
Location: Greater Manchester
Posts: 2,423
Codein has a spectacular aura aboutCodein has a spectacular aura about
Send a message via AIM to Codein Send a message via MSN to Codein
Quote:
Originally Posted by Raelyn View Post
Ahh, that worked, thank you.
I think it'd be much more appropriate to change it all to GS2.

PHP Code:
function onCreated() {
  
player.hp 10;
  
  
sleep(2);
  
  if (
player.hp == 10) {
    
message("Roger that!");
  } 

  else {
    
message("Fail!");
  }

However, I don't know where you're testing this.
Reply With Quote