
Board: All That's Left
[State 200, Damage]Will cause Mugen to crash because the ifelse has 3 commas when 2 is supposed to be used hence the if-else scenario. Also, NumTarget is supposed to be used in the trigger.
type = targetlifeadd
trigger1 = movehit = 1
value = ifelse(target, statetype = A, 10, 20)
[State 200, Damage]
type = targetlifeadd
triggerall = numtarget
trigger1 = movehit = 1
value = ifelse((target, statetype = A), 10, 20)