Qhimm.com Forums

Miscellaneous Forums => Scripting and Reverse Engineering => Topic started by: Tenko Kuugen on 2012-08-30 00:32:55

Title: FADE opcode and WFADE opcode refuse to work
Post by: Tenko Kuugen on 2012-08-30 00:32:55
Deactivate the movability of the playable character
Disables access to the main menu
Play sound #57 (position=64/127)
Play animation #5 of the field model (speed=1)
Wait 100 frame
Game Over
Return

Is a script on cloud, triggered when you go above a certain number of steps in the glacier
it works fine as is, but if I try to add
Wait for Fade
Fades the screen to the colour RGB(0, 0, 0) (speed=12, type=1, adjust=255) ( typical sleep-at-inn fade )
in-between wait 100 frame and game over, it just skips straight to game over.

any ideas?
Title: Re: FADE opcode and WFADE opcode refuse to work
Post by: myst6re on 2012-08-30 12:08:54
Puts "Wait for Fade" after the fade.
Title: Re: FADE opcode and WFADE opcode refuse to work
Post by: Tenko Kuugen on 2012-08-30 20:32:50
worked, thanks