Sergal 0 Posted October 24, 2020 Share Posted October 24, 2020 Hello guys, When a winner is defined and I press any button the round ends immediately, is there a way to avoid this and see the complete victory pose without being interrupted by the joystick? I tried this but was unsuccessful [State -1, AssertSpecial] type = AssertSpecial Triggerall = MatchOver trigger1 = command = "x" || command = "hold_x" trigger2 = command = "y" || command = "hold_y" trigger3 = command = "a" || command = "hold_a" trigger4 = command = "b" || command = "hold_b" flag = roundnotover persistent = 1 English is not my mother tongue. I hope I have made myself clear! Quote Link to post Share on other sites
0 ThatRuneGuy 0 Posted Tuesday at 05:16 PM Share Posted Tuesday at 05:16 PM i have seen this before i think these triggers cause a skip of the end. does this happen after 2/3 wins or just after a 1 round? Quote Link to post Share on other sites
0 PlasmoidThunder 985 Posted Wednesday at 11:37 AM Share Posted Wednesday at 11:37 AM It's hardcoded that buttons skip the victory pose, overwriting roundnotover. Quote Link to post Share on other sites
Question
Sergal 0
Hello guys, When a winner is defined and I press any button the round ends immediately, is there a way to avoid this and see the complete victory pose without being interrupted by the joystick?
I tried this but was unsuccessful
[State -1, AssertSpecial]
type = AssertSpecial
Triggerall = MatchOver
trigger1 = command = "x" || command = "hold_x"
trigger2 = command = "y" || command = "hold_y"
trigger3 = command = "a" || command = "hold_a"
trigger4 = command = "b" || command = "hold_b"
flag = roundnotover
persistent = 1
English is not my mother tongue. I hope I have made myself clear!
Link to post
Share on other sites
2 answers to this question
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.