1
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

17 lines
380 B

ScriptName MQ00ChargenScript conditional
;-- Functions ---------------------------------------
; Skipped compiler generated GetState
; Skipped compiler generated GotoState
Event onBeginState()
{ Event received when this state is switched to }
; Empty function
EndEvent
Event onEndState()
{ Event received when this state is switched away from }
; Empty function
EndEvent