Still not working..I tryed it a while back on one of my other chars when i was making this code..everything worked fine..I copy and pasted to this new one and all of a sudden i have issues..I dont get it
; Sharingan Activate
[StateDef 901]
Type = S
movetype = A
physics = S
anim = 901
ctrl = 0
poweradd = -100
[State 901, PlaySnd]
type = PlaySnd
trigger1 = time = 0
value = S9,20
volume = 80
channel = 0
[State 901, Explod]
type = Explod
trigger1 = !animtime
anim = 903
ID = 1
pos = 0,0
postype = left ;p2,front,back,left,right
facing = 1
vfacing = 1
bindtime = 1
vel = 0,0
accel = 0,0
random = 0,0
removetime = -2
supermovetime = 10000
pausemovetime = 10000
scale = .3,.3
sprpriority = 0
ontop = 0
shadow = 0,0,0
ownpal = 0
removeongethit = 0
[State 901, VarSet]
type = VarSet
trigger1 = animelem = 3
v = 3
value = 1
[State 901, End]
type = changestate
trigger1 = !animtime
value = 0
ctrl = 1
; Sharingan Off
[StateDef 902]
type = S
movetype = A
anim = 904
velset = 0,0
ctrl = 0
[State 902, RemoveExplod]
type = RemoveExplod
trigger1 = time = 0
id = 2
[State 902, NotHitBy]
type = NotHitBy
trigger1 = time = 0
value = SCA
time = 40
[State 902, varset]
type = varset
trigger1 = time = 3
v = 3
value = 0
[State 902, End]
type = changestate
trigger1 = animtime = 0
value = 0
ctrl = 1
[Statedef -2]
[State -2, BGPalFX]
type =AllpalFX
trigger1 = var(3) = 1
time = 1
add = 50,50,50
mul = 150,150,150
sinadd = -80,-80,-80,10
invertall = 1
color = 0
[State -2, Pause]
type = Pause
trigger1 = var(3)&&gametime%2 = 0
time = 1
movetime = 1
darken = 1
[State -2, RemoveExplod]
type = RemoveExplod
trigger1 = power <= 0
id = 2
[State -2, PowerAdd]
type = PowerAdd
trigger1 = var(3) = 1
value = -1
[State -2, VarSet]
type = VarSet
trigger1 = var(3) = 1 & power <= 0
v = 3
value = 0
Do you see any other problems?