|
Axe Software Forums
Quest Developer Forum Help with colectables
|
Author | Topic: Help with colectables |
melbrown2k |
posted 27-09-2000 17:34 GMT
I have set up my game so that the player has a colectable of Health which starts at 100. I want it to make it game over when the players colectable value reaches 0. I have put a conditional statement, in the after every turn section, which is says that when Health is 0, end the game by making the player lose. This doesn't seem to work, can you help? |
Luridii |
posted 27-09-2000 18:13 GMT
I have done this in my game, have you got this action in the afterturn box? if has <Health;=0> then playerlose <> If not you might have missed out the = sign |