YesNoOk
avatar

how do i add moves to an existing character (Read 1326 times)

Started by Kintaroxxx, November 10, 2008, 10:02:08 pm
Share this topic:
how do i add moves to an existing character
#1  November 10, 2008, 10:02:08 pm
  • avatar
  • *
how do i addd moves to and existing character
Re: how do i add moves to an existing character?
#2  November 10, 2008, 10:04:08 pm
  • avatar
  • ******
    • Thailand
You have to code it in one by one, unfortunately you can't just take Yoga fire from dhalsim and give it to Chunli by just doing it, takes some work.

It's harder when you don't know the first thing about coding.

 :sugoi:
Re: how do i add moves to an existing character
#3  November 10, 2008, 10:16:49 pm
  • avatar
  • *
o well how do i find the code for that move can i just copy and paste the move ;---------------------------------------------------------
; Freeze
;---------------------------------------------------------

State -1]
type = ChangeState
value = 1000
triggerall = command = "sp1"
triggerall = p2stateno != 5120
;triggerall = p2life >= 2
triggerall = numexplod(7088) < 2
triggerall = numhelper(1301) = 0
triggerall = p2stateno != [1020,1040]
trigger1 = ctrl = 1
triggerall = statetype = S
triggerall = Vel Y = 0
triggerall = command != "run"
 
memo this is for subzeros ability to freeze just mondering is  this the code
Re: how do i add moves to an existing character
#4  November 10, 2008, 10:19:40 pm
  • avatar
  • ******
    • Thailand
i should have said it short and simple before,

You can't "copy paste" codes to add another characters move, to another character. :)
Re: how do i add moves to an existing character
#5  November 10, 2008, 10:26:15 pm
  • avatar
  • *
O........ OK then can u help me on the code for the move
Re: how do i add moves to an existing character
#6  November 10, 2008, 10:39:15 pm
  • avatar
  • ******
    • Thailand
i could spends hours trying with you; trying to get one move to work because you have no experience. or you could be patient and try and learn the few basics before going into anything serious.  i suggest the second.

though it depends on what you want to do?