[Command] name = "FF" ;Required (do not remove) command = F, F time = 10
[Command] name = "BB" ;Required (do not remove) command = B, B time = 10
;-| 2/3 Button Combination |----------------------------------------------- [Command] name = "recovery" ;Required (do not remove) command = x+y time = 1
[Command] name = "recovery" command = y+z time = 1
[Command] name = "recovery" command = x+z time = 1
[Command] name = "recovery" command = a+b time = 1
[Command] name = "recovery" command = b+c time = 1
[Command] name = "recovery" command = a+c time = 1
;-| Dir + Button |--------------------------------------------------------- [Command] name = "back_x" command = /$B,x time = 1
[Command] name = "back_y" command = /$B,y time = 1
[Command] name = "back_z" command = /$B,z time = 1
[Command] name = "down_x" command = /$D,x time = 1
[Command] name = "down_y" command = /$D,y time = 1
[Command] name = "down_z" command = /$D,z time = 1
[Command] name = "fwd_x" command = /$F,x time = 1
[Command] name = "fwd_y" command = /$F,y time = 1
[Command] name = "fwd_z" command = /$F,z time = 1
[Command] name = "up_x" command = /$U,x time = 1
[Command] name = "up_y" command = /$U,y time = 1
[Command] name = "up_z" command = /$U,z time = 1
[Command] name = "back_a" command = /$B,a time = 1
[Command] name = "back_b" command = /$B,b time = 1
[Command] name = "back_c" command = /$B,c time = 1
;-| Single Dir |------------------------------------------------------------ [Command] name = "fwd" ;Required (do not remove) command = $F time = 1
[Command] name = "downfwd" command = $DF time = 1
[Command] name = "down" ;Required (do not remove) command = $D time = 1
[Command] name = "downback" command = $DB time = 1
[Command] name = "back" ;Required (do not remove) command = $B time = 1
[Command] name = "upback" command = $UB time = 1
[Command] name = "up" ;Required (do not remove) command = $U time = 1
[Command] name = "upfwd" command = $UF time = 1
;-| Hold Button |-------------------------------------------------------------- [Command] name = "hold_x" command = /x time = 1
[Command] name = "hold_y" command = /y time = 1
[Command] name = "hold_z" command = /z time = 1
[Command] name = "hold_a" command = /a time = 1
[Command] name = "hold_b" command = /b time = 1
[Command] name = "hold_c" command = /c time = 1
[Command] name = "hold_s" command = /s time = 1
;-| Hold Dir |-------------------------------------------------------------- [Command] name = "holdfwd" ;Required (do not remove) command = /$F time = 1
[Command] name = "holddownfwd" command = /$DF time = 1
[Command] name = "holddown" ;Required (do not remove) command = /$D time = 1
[Command] name = "holddownback" command = /$DB time = 1
[Command] name = "holdback" ;Required (do not remove) command = /$B time = 1
[Command] name = "holdupback" command = /$UB time = 1
[Command] name = "holdup" ;Required (do not remove) command = /$U time = 1
[Command] name = "holdupfwd" command = /$UF time = 1
Added (2012-06-08, 6:50 PM) --------------------------------------------- you see those? those are COMMANDS that were ALREADY DEFINED
anything that is inside "" means it is command name it won't work if it was NOT DEFINED YET
you can see the holddown
Quote (sgn_15)
[Command] name = "holddown" ;Required (do not remove) command = /$D time = 1
now see that?
/D is holddown
Added (2012-06-08, 6:52 PM) --------------------------------------------- even a, b, c, x, y, z were defined. understand all that i pasted from the cmd of elecbyte player template.
Message edited by sgn_15 - Friday, 2012-06-08, 6:47 PM