Quote:
Originally Posted by Raelyn
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.