Mateos Posted yesterday at 07:27 AM Share Posted yesterday at 07:27 AM 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...
Moderators palota Posted 1 hour ago Moderators Share Posted 1 hour ago I've fixed the problem and committed it to SVN. I use this short command to print values: Commands["p"] = function(_params) { ExecCommand("script_run print(" + _params[0] + ")"); }; \bot p Map.liftStatus Mateos 1 Quote Link to comment Share on other sites More sharing options...
Mateos Posted 49 minutes ago Author Share Posted 49 minutes ago Thank you very much! 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.