Hey People,
I made this trigger.
I just find the integer for "Count Units" , but is there something similar for items?
Thanks!
I made this trigger.
-
Spawn Items
-
Events
-
Time - Every 0.35 seconds of game time
-
-
Conditions
-
Actions
-
Set VariableSet ItemLocation = (Random point in Region 000 <gen>)
-
Item - Create SpawnedItems[(Random integer number between 1 and 2)] at ItemLocation
-
Custom script: call RemoveLocation (udg_ItemLocation)
-
-
I just find the integer for "Count Units" , but is there something similar for items?
Thanks!