Mateos Posted September 7, 2023 Share Posted September 7, 2023 Good afternoon, I've noticed that ETUtil.SetExcludeIndexes isn't taken into account by bots for ESCORT goals until they die (even when going for an other goal like REVIVE then going back to ESCORT will not update) You can quickly see it on Ruins of Acquiesce latest waypoints from the SVN repo, there's a MapDebugPrint for related RegionTriggers, and it's working fine for the BUILD one Can someone confirm first? If reproduced, can the behaviour be aligned with the BUILD one? Thank you in advance Regards, Mateos Quote Link to comment Share on other sites More sharing options...
Moderators palota Posted September 8, 2023 Moderators Share Posted September 8, 2023 You can disable/enable the ESCORT goal to immediately change indexes. ETUtil.SetExcludeIndexes( "ESCORT_neotics_tank", RegionsTriggers.ESCORT_TANK_LEFT_OFFSETS ); SetAvailableMapGoals( TEAM.AXIS, false, "ESCORT_neotics_tank"); sleep(0.1); SetAvailableMapGoals( TEAM.AXIS, true, "ESCORT_neotics_tank"); Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.