Jump to content
  • 0

Issues about helpers


DuckAzz

Question

First:
It's about helper (Attacker)  code...
so the first thing what I have done is the move activation in cmd and state in cns...
so in cmd I typed this:
 
[state -1, megaman helper]
type = changestate
triggerall = humhelper (ID = 2000) = 1 <===== I wanted to set for this state to activate only one helper,and it can't be activated again until helper is going to stop.
triggerall = command = "b"
trigger1 = statetype = S
trigger1 = ctrl
value = 2000
 
so the point is that I can activate the move with button,so what I have done bad?
 
Second:
It's about hit counting.
like in mvc, the hits can be counted from ground to air and air to ground (if you understand me)...
so how I can set that in my characters?
 
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

well you misspelled the code lol.

 

triggerall = numhelper(2000) !=1

 

this way it will activate only if its NOT active, so it cant spam.

 

hittime, make it longer like... 20 ~ 40 ticks?

Link to comment
Share on other sites

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...