I have a character with the following script:
Set var "_MyColor" = 132413
Imperative 1
Speech "Help me!",Normal,Self,3200,.
Speech "I'm trapped! Please help me get out!",Normal,Self,3200,.
Wait for door to Open,1,4
Cut scene 220
Speech "Free at last!",Normal,Self,0,.
Wait 5
Move to 2,2,0,0
Move to 1,3,0,0
Move to 0,6,0,0
Disappear
Cut scene 0
End
When the door opens, the script proceeds as if the "
Cut scene 220"
command were not there: the character speaks his line, and then if the player moves, he leaves one step at a time.
EDIT: If I leave out the "
Cut scene 0"
line, it still fails in the editor, but when I play it in the game, the cut scene starts properly -- but of course it won't end now.
FURTHER EDIT: Putting "
Cut scene 0"
before "
Disappear"
makes it work properly in the game, but still not in the editor.
____________________________
50th Skywatcher
[Last edited by Nuntar at 06-18-2013 07:08 PM]