I'm not sure but you could try this way: make two scripts;the first Script 1[ns A D]
*** IF ***
True.
*** THEN ***
Spawn Unit 'money' of type '1000DollarCrate' on Team 'teamPlyrCivilian' at waypoint Waypoint 'here's_the_money'
Enable Script 'Script 2'.
and the second script: Script 2[ns na D]
*** IF ***
Unit 'money' has been destroyed.
*** THEN ***
Enable Script 'Script 1'.
You should put these scripts in the player civilian's folder and create a waypoint called 'here's_the_money'(or whatever you like).
To make an AOD map see other posts.
I'm not sure it's working but try it!
You can also set the money of the player to 1.000.000.000.000.000...there's a script which does that...
Edited by user
15 years ago |
Reason: Not specified