Hallo there!
Got a lil' problem with a trigger that is supposed to continously count how many OPFOR are left on the map.
At the moment I have an 'East Present' repeating trigger covering the mission area, that is to count people with a simple 'eastCount = east countSide thisList' line.
However when running the mission I got issues, and debugging messages in sideChat shows it only fires once at the start of the mission, and that's it. I've tried with the condition for activation being 'this', 'true', 'east countSide thisList > 6', but nothing of them makes it trigger more than once.
Anyone that can shed some light on what I'm doing wron?