I started looking at this map because the bots in OB mod work fine; however, when running on an ETL dedicated server in Ubuntu, am seeing getdot and setdot errors. These are not consistent so trying to understand why one works and the other fails, bypassing the rest of the function.
Line 1318 in the mlb_daybreak.gm returns getdot failed:
if(GetEntFlags(GetGoal("MOUNTMG42_t382_2").GetEntity(), ENTFLAG.DEAD))
I see this same check on line 1410 though it does not return an error. They are in two different triggers.
There is a similar error only setdot on line 1881 that does not happen in OB mod; only in ETL.
GetGoal("MOUNTMG42_t382_4").AimVectors =
{ Vec3(-0.075, 0.997, -0.011) };
Is there a check that needs to execute for the ETL mod and handle this differently? Getting back up-to-speed here so also learning all the new "things!"
Thanks!