I'm looking for a function that pulls the number of built interceptors of each carrier unit on the map. Is there a way to do this? I know that there's a "catalog_value_get" function but as far I understood it, it only checks general unit values and not actual values of each unit instance on the map. But if I'm wrong please do correct me.
The trick here is knowing what they are called in the data editor, units that make other items, hold them in a "magazine" knowing this, do a search in the triggers, heres an example condition
(Number of rounds in Carrier - Hangar magazine for (Last created unit)) == 1
Hi everybody,
I'm looking for a function that pulls the number of built interceptors of each carrier unit on the map. Is there a way to do this? I know that there's a "catalog_value_get" function but as far I understood it, it only checks general unit values and not actual values of each unit instance on the map. But if I'm wrong please do correct me.
Thx a lot, schnelge
The trick here is knowing what they are called in the data editor, units that make other items, hold them in a "magazine" knowing this, do a search in the triggers, heres an example condition
(Number of rounds in Carrier - Hangar magazine for (Last created unit)) == 1
Hope this helps =)
@Molsterr: Go
Hi Molster,
it worked. Thanks a bunch! ^_^