NEW QUESTION ON LAST PAGE
So ive posted this over on the crymod forum too but I thought I would ask here as well.
Ive got a flowgraph setup where I want to add ammo to the VTOL for every boat destroyed. However there doesn't seem to be a way to add ammo to the VTOL without setting it, and there isn't a way to check the ammo so I can add the ammo count and 1 to be able to set my new ammo. Ie:
[attachment=0]Boat_flowgraph.png[/attachment]
(I left out the logic:any on this but I have since added it)
So is there any way of counting a global variable across all flowgraphs? and is there a way of detecting when the VTOL fires a rocket, because if there is I can set a global entity to be the start count for the ammo, minus 1 for every rocket fired, and can therefore know what to add 1 to when I destroy a boat. Then set that number to be my ammo count.