YesNoOk
avatar

Cmd question:¿ time = 0 ? (Read 291 times)

Started by Hannah Montana Forever, May 19, 2010, 11:37:32 pm
Share this topic:
Cmd question:¿ time = 0 ?
#1  May 19, 2010, 11:37:32 pm
  • **
  • SuperStar
Hello,this is an attack

[State -1, Miss Doda]
type = ChangeState
value = 1010
triggerall = command = "ataque2"
triggerall = stateno != 100
trigger1 = statetype = S
trigger1 = ctrl
trigger2 = stateno != 440 ;Except for sweep kick
trigger2 = movecontact


I want to know if something can change adding this

[State -1, Miss Doda]
type = ChangeState
value = 1010
triggerall = command = "ataque2"
triggerall = stateno != 100
triggerall = time = 0 ;<----here!
trigger1 = statetype = S
trigger1 = ctrl
trigger2 = stateno != 440 ;Except for sweep kick
trigger2 = movecontact

what can be happen? specially if I add that using "AI" for the character.
 ??? ???
thanks,you have more experience.

Re: Cmd question:¿ time = 0 ?
#2  May 20, 2010, 07:13:59 am
  • ******
  • Legendary XIII
  • I am the eye of the storm to come!
    • New Zealand
    • network.mugenguild.com/cyanide/
That will mean trigger2 is completely impossible as movecontact will never be true when time = 0

It will also mean the attack can only happen on time = 0 of any state. That'll be purely walking and standing. That's it, time = 0 on those 2 states and those 2 states only. That is probably rather difficult.


In M.U.G.E.N there is no magic button

They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.
Re: Cmd question:¿ time = 0 ?
#3  May 20, 2010, 07:47:01 am
  • ****
  • HAHAHAHAHAHAHAHA
    • Chile
Time = 1 or Time > 0 would be better. Also, why u want time = 0?? With the previous code was easy (for AI coding)