ghandolhagen 11 Posted May 6, 2020 Greetings Community! Anyone experience inconsistent trigger behaviour? I have a repeatable trigger that randomly spawns enemies if no enemies are present so that I can have waves of attacks. Sometimes it works exactly as expected, if the enemies leave the trigger area or are all dead a new group spawns in some random location and proceeds to attack and I can fight enemies for as long as my ammo lasts. Other times however it will only spawn the first group. Not sure if it has something to do with how many times the trigger gets checked or where in the loop it gets checked and whether or not that is conflicting with the on activation. Any ideas? Share this post Link to post Share on other sites
pierremgi 4906 Posted May 6, 2020 Without crystal ball... let say you should copy paste your trigger condition and act./ deact. codes. 2 Share this post Link to post Share on other sites
Tankbuster 1747 Posted May 6, 2020 I found 'not present' triggers went rogue sometimes. I rarely use them now. 3 Share this post Link to post Share on other sites
wogz187 1086 Posted May 6, 2020 @ghandolhagen, 1) System Chat the variables within the trigger activation (so it reports what it sees). 2) Instead of a repeating trigger, try deleting the trigger itself (deleteVehicle trigger_name) and respawning it fresh each time it's activated. Have fun! 3 Share this post Link to post Share on other sites
ghandolhagen 11 Posted May 7, 2020 Thanks @Tankbuster and @wogz187 great suggestions! I'll give it a try. Share this post Link to post Share on other sites
ghandolhagen 11 Posted May 7, 2020 @pierremgi Yeah it's not really an issue with the activation that just calls the script that spawns the group. The conditional as I previously stated is OPFOR NOT PRESENT and the trigger is repeatable. The issue seems to be a conflict with how often in the core game loop the repeatable trigger condition is checked. And it seems buggy because sometimes it works perfectly and sometimes not at all... Share this post Link to post Share on other sites
Harzach 2518 Posted May 7, 2020 Trigger conditions are checked every ~0.5 seconds. 4 hours ago, ghandolhagen said: Yeah it's not really an issue with @pierremgi's point is that sharing information returns better results from those who would deign to assist you. 1 Share this post Link to post Share on other sites
Tankbuster 1747 Posted May 7, 2020 9 hours ago, ghandolhagen said: Thanks @Tankbuster and @wogz187 great suggestions! I'll give it a try. I've not had access to my pc for a few days. I'll have a look and see if I can get more information. I do remember making a post here about it some time ago, but can't find it right now. Share this post Link to post Share on other sites