Life or Death? by Anonymous Coder10th Apr 2005 16:10
|
---|
Summary It is a simple math equation to find answers. Description Code ` This code was downloaded from The Game Creators ` It is reproduced here with full permission ` http://www.thegamecreators.com ` This code was downloaded from The Game Creators ` It is reproduced here with full permission ` http://www.thegamecreators.com life=999 do input "How much do you want to take away? ";gone away = life-gone if away < 0 text 100,100,"dead" sleep 2000 else text 100,100,"not dead" endif sleep 2000 cls loop |