wolfgangalex
15 years ago
can someone give me a deatailed explanation on how to make a aod map with infinite money crates not using zero hour worldbuilder. whats scripts?
guns dont kill people, people do
Sponsor
svarionare
15 years ago
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...
wolfgangalex
15 years ago
wich script is that??
guns dont kill people, people do
svarionare
15 years ago
You can find it in [Player] Set player's money...