18 lines
369 B
Plaintext
18 lines
369 B
Plaintext
ScriptName _00E_MQ00PferdTest
|
|
|
|
;-- 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
|