Jump to content
SPRITE CLUB DEBUTS ×
  • 0

Double tap command


Question

Posted

How do i make a command with double tab and a button afterwards?

Say pressing down 2 times then a, then another one pressing down 3 times and a.

I tried D, D, a but nothing happened.

14 answers to this question

Recommended Posts

  • 0
Posted

i tried

[command]

name = "test1"

command = ~D,c

time = 15

 

[command]

name = "test2"

command = ~D,D,c

time = 15

 

but only the first one worked.

  • 0
Posted

OK this code

[Command]
name = "DD"     ;Required (do not remove)
command = D, D
time = 10

This is the original transformation code.

; Super Saiyan
[State -1, Super Saiyan]
type = ChangeState
triggerall = power = [600,1199]
triggerall = var(2) = 0
Triggerall = var(3) = 0
value = 600
triggerall = command = "holddown"
triggerall = command = "c"
trigger1 = ctrl

You need to remove some lines to make it work.

; Super Saiyan
[State -1, Super Saiyan]
type = ChangeState
triggerall = var(2) = 0
Triggerall = var(3) = 0
value = 600
triggerall = command = "DD"
trigger1 = ctrl

and boom, it works.

- Characters -  / - Stages - / - Screenpacks - / - Lifebars - / - Fonts - / - Full Games - / - Templates -

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...