Thread: Epic fail.
View Single Post
  #2  
Old 04-07-2009, 04:11 PM
fragman85 fragman85 is offline
Banned
Join Date: Mar 2009
Location: Switzerland
Posts: 261
fragman85 is on a distinguished road
Use PHP tags please...

btw. try:

PHP Code:
//#CLIENTSIDE
if (created) {
  
player.hp 10;
  
sleep 2;
  if (
player.hp == 10){
    
message Roger that!;
  }
  else {
    
message Fail!;
  }

Not sure tho, since it's GS1...
Reply With Quote