Hello
I am working on a RPG mission. I recently have been making dialogs with a tool made for ofp, if you change some lil bits, they work in ArmA
But my big question:
How can I make a money system with two variables: bank and cash
I know, or perhaps understand how to do a basic system, I have heard, for instance with SPON Money you can do so by attaching the variable to a vehicle???
Thats where I am lost.
I am probably going to start off with the basic cash. dcv_cash = 10000; just like startmoney = ...
then, for paychecks. DCV_cash = DCV_cash + money; This is where it gets hard for me, trying to bring in two variables and have it separate for each player, and remember their balances.
Also: I want to use _amount = parseNumber, but I know there is more to the code, how do I properly use parseNumber to find the value entered?
Any help is appreciated