2 Example Melee with Backup Style

This would send any melee windows key 2 and 3. You can setup chain sequences or reactional/positional sequences. You will send the keys in opposite order meaning start at the furthest style out for example if you are a valkyrie and are wanting to do roundhouse and windmill the follow up. You would put Roundhouse on key 2 and windmill on key 3. The game will receive both keys meaning if you have preformed windmill roundhouse will fire if you have not preformed windmill it will fire.

$1::
Package("Melee", "23", "")
return

You can do as long of a chain as you want. You can only do a reactional plus anytime chain or a positional plus anytime. Example if you are a Valkyrie you can do the spear parry chain plus anytime. Spear Parry Followup(Raze) is key 9, Spear Parry Style (Stab) is key 8, Anytime followup Roundhouse is key 3, anytime Windmill key 2. Pushing 1 would activate keys 9832 sent to the game for melee windows. The game will output you must perform stab before this style, you prepare to preform raze, you must preform windmill before this style you prepare to backup raze with windmill. next activation assuming you did not parry will go as follows you must preform stab before this style you prepare to preform stab you are now backing up stab with Roundhouse you have already prepared styles for this round.

$1::
Package("Melee", 9832", "")
return

Leave a Reply

Your email address will not be published. Required fields are marked *

Back To Top