i want to know, can i know how many event 'x' in state 'y'?
======
i'm so sorry if i'm using capslock here; because 'bold-text' feature in forum is not working (i don' know why)
here is the example..
i have character 'MONSTER',
this monster has state 'STANDBY', 'MOVE', and 'ATTACK'
in state 'ATTACK', there's 3 event: 'START', 'END', and 'ENDEVENT'
let's say state 'ATTACK' has 60 frame..
event 'START' in frame 0
event 'ENDEVENT' in frame 30, 35, 40
event 'END' in frame 60
what i want to do in script:
i want to know, how many 'ENDEVENT' in state 'ATTACK'?
can somebody tell me how? thanks alot~