YesNoOk
avatar

how to make an automatic button to escape from a grab? (Read 3064 times)

Started by Max Energy Master, April 08, 2020, 01:16:08 am
Share this topic:
how to make an automatic button to escape from a grab?
#1  April 08, 2020, 01:16:08 am
    • Argentina
hello friends i found a code on the internet that makes you escape from a grab by pressing a certain key is perfect but i would like it to be pressed automatically without me pressing it when i get caught there is a way to do it

this is the code:


[State -2]
Type=Selfstate
Trigger1=var(44)!=Gametime
Trigger1=command="breakfree"
value= 120
movetype=I



[State -3]
Type=Varset
Trigger1=1
var(44)=Gametime
ignorehitpause=1
Re: how to make an automatic button to escape from a grab?
#2  April 08, 2020, 01:20:28 am
  • ****
  • CPU Purple Heart
    • USA
    • https://www.pixiv.net/en/users/8108265
 That won't work since the command doesn't exist within the attacker's CMD. Yes, when you're in custom state, you draw commands from the attacker's list of commands, not your own. I've had frustration with this issue for a while when I started out since Burst wasn't working until I eventually figured out a solution. Use a helper to buffer the command to circumvent the custom state limitation. You can look into my characters to see how I do it for Burst command buffering,
Re: how to make an automatic button to escape from a grab?
#3  April 08, 2020, 01:23:58 am
    • Argentina
ok thanks again i will take a look yes