For my mission i need a dialog which simulates a billfold/wallet for each player.
I have an example screenshot (made with coreldraw) how it should look like (first idea, i'm open for improvements)
click hereThe dialog will be accessible by action menu (this part i can manage myself)
Description what it should do, how it works:
You choose the recipient from the list. This list should be filled at mission beginning, collecting names of all player controlled units.
Each playable unit has an array, containing several info's, one is the amount of money.
So you enter the amount of money you like to transfer, then the dialog will decrease your amount and increase the recipient's amount.
On the recipients screen should pop up a hint, saying "you received ####$ from Player A"
As you guess, "OK" will perorm the transaction and close the dialog, "CANCEL" will close dialog without transferring.
I hope you scripting guru's might help me. Thanks in advance.