Global variable for RTS

Remember it never hurts to ask, but you might not get it.
Post Reply
User avatar
Lobo
Posts: 97
Joined: Sat Aug 08, 2020 2:24 am
Contact:

Global variable for RTS

Post by Lobo »

The only way to be able to track certain actions globally in RTS is by using one of the extra ammo types as a counter i.e. for currency or point systems, mission objectives etc.

Ideally we wouldn't have to do things this way if we could:
(1) define a global variable that keeps count across all scripts
(2) allow creating custom pickups which could be used for counting instead via ON_CONDITION.