Hi...
I have problem and need help.
I make a Helper as a Projectile.
I make hitdef that have p2stateno = 10000.
Everything Works Fine.
When My Helper hits the P2... He goes to my custom States.
The Problem Is...
It Cant Hit Some Other Helpers...
Help Please...
Spoiler, click to toggle visibilty
[mcode][State 2000, HitDef]
type = HitDef
trigger1 = gametime%5 = 0
attr = S, SP
hitflag = MAFDP
guardflag = MA
animtype = Hard
priority = 7, Hit
damage = 10
pausetime = 10,1
guard.pausetime = 1,20
sparkno = S100
guard.sparkno = S250
sparkxy = -10,-70
hitsound = S100,1
guardsound = S200,1
ground.type = High
air.type = High
ground.slidetime = 99
ground.hittime = 14
air.hittime = 14
ground.velocity = -7
guard.velocity = 0
air.velocity = -7
airguard.velocity = 0,0
ground.cornerpush.veloff = 0
fall = 1
palfx.time = 12
palfx.mul = 256,256,256
palfx.add = 65,65,65
palfx.sinadd = 65,65,65,14
envshake.time = 12
envshake.freq = 120
envshake.ampl = -4
persistent = 1
p2stateno = 10000[/mcode]