Thread: Epic fail.
View Single Post
  #1  
Old 04-07-2009, 04:05 PM
Raelyn Raelyn is offline
the Professional.
Raelyn's Avatar
Join Date: Sep 2003
Location: Zormite
Posts: 964
Raelyn will become famous soon enough
Epic fail.

I am trying to learn gscript, (I fail, I know.) and I was just trying something that LOOKS like it should work, but doesn't.

NPC Code:

if (created) {
setstring player.hp,10;
sleep 2;
if (player.hp == 10){
message Roger that!;
}
if (player.hp != 10){
message Fail!;
}
}



Code produces Fail!. :/ Help?
__________________
*Don't let the door hit you on the way out.*
Reply With Quote