Formula
Hello everyone. I am currently trying to fix a display for the player that shows them their current "funds." I have three integers in the formula and I thought I had it correctly, but something must be wrong because nothing ever adds up.
game.World Bank +( game.Income - game.Expenses )
game.World Bank is the integer that should always show in the display and I need it to update based upon the information at the time from the other two integers.
game.World Bank +( game.Income - game.Expenses )
game.World Bank is the integer that should always show in the display and I need it to update based upon the information at the time from the other two integers.
Comments
Or what about:
game.World Bank = game.World Bank +( game.Income - game.Expenses )
Edit: hang on, i see now, that's what you've got already; personally I've no idea why that shouldn't work..
""You are in a maze of twisty passages, all alike." - Zork temp domain http://spidergriffin.wix.com/alphaghostapps