Mateos Posted 54 minutes ago Share Posted 54 minutes ago Good morning, There's an issue that happened to a server and I've got once locally with a lift I'm not sure how to describe ^^" On Rjuken Dam: https://et.clan-etc.de/etmain/rjuken_beta4_1a.pk3 Happened that Axis bots at the bottom keep waiting while the lift reached the bottom - I suspect Allies called it 1st from top, not letting the chance to Axis to exit their Wait function, stuck forever? (Capture #1, provided by server admin) Also when the lift is at top so they can call it (that would require to re-enter related ExitConditions though if I get it correctly, perhaps here is the/an issue) (Capture #2, which happened to me once, with only bots) I give the precision bots-only because there's a small window where a real player could interact with the lift while Lift_Moving is still going Map.liftStatus was OK, checked with a custom command: Commands["print_map_var"] = { Func = function( _params ) { Util.MapDebugPrint( ToString( Map.liftStatus ), true ); }, Help = { "Prints a map variable value", "Usage: /bot print_map_var/pmv", }, }; Commands["pmv"] = Commands["print_map_var"]; Need an exterior look at it ^^" Sorry for not being able to give reproduction steps Thank you in advance Regards 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.