Tyler Posted July 5, 2015 Posted July 5, 2015 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.
0 Tyler Posted July 8, 2015 Author Posted July 8, 2015 i figured out what it was, needed to increase the time on it. thanks
0 Ryon Posted July 5, 2015 Posted July 5, 2015 you gotta use the tilde key. [Command]name = "Double Tape" command = ~D,D,a time = 15 ; tilde (~) - to detect key releases without detecting the release of the first key, the 2nd and 3rd may not work. - Characters - / - Stages - / - Screenpacks - / - Lifebars - / - Fonts - / - Full Games - / - Templates -
0 Tyler Posted July 5, 2015 Author Posted July 5, 2015 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 Ryon Posted July 6, 2015 Posted July 6, 2015 OH is the -1 statedef does it say trigger1 = statetype = C or something like that? cause if your standing its impossible to do a DOWN command since down sets you to crouching. - Characters - / - Stages - / - Screenpacks - / - Lifebars - / - Fonts - / - Full Games - / - Templates -
0 Ryon Posted July 6, 2015 Posted July 6, 2015 if this is your character that your making i'd prefer you send it to me. but if its a character your editing, thats all I can tell you. - Characters - / - Stages - / - Screenpacks - / - Lifebars - / - Fonts - / - Full Games - / - Templates -
0 Tyler Posted July 6, 2015 Author Posted July 6, 2015 was trying to edit this one http://www.mediafire.com/download/c9u4ltct8798pkn/Goku.zip
0 Ryon Posted July 7, 2015 Posted July 7, 2015 I downloaded Goku. there is no D,D command. - Characters - / - Stages - / - Screenpacks - / - Lifebars - / - Fonts - / - Full Games - / - Templates -
0 Tyler Posted July 8, 2015 Author Posted July 8, 2015 i know i was trying to create it for the transformations because i dont like the way its done by energy level.
0 Ryon Posted July 8, 2015 Posted July 8, 2015 then why didnt you send me YOUR version with the problem! I'm not coding it from scratch for you, I'm gonna use your work man. - Characters - / - Stages - / - Screenpacks - / - Lifebars - / - Fonts - / - Full Games - / - Templates -
0 Tyler Posted July 8, 2015 Author Posted July 8, 2015 because all i was doing was trying to add that single command in there...
0 Ryon Posted July 8, 2015 Posted July 8, 2015 adding a command means nothing unless you have a re-director statedef-1 to tell it what to do. - Characters - / - Stages - / - Screenpacks - / - Lifebars - / - Fonts - / - Full Games - / - Templates -
0 Tyler Posted July 8, 2015 Author Posted July 8, 2015 yes i edited the original command under -1 to use the ones above it. i have not changed anything else.
0 Ryon Posted July 8, 2015 Posted July 8, 2015 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 -
Question
Tyler
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
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 accountSign in
Already have an account? Sign in here.
Sign In Now