Author Topic: FADE opcode and WFADE opcode refuse to work  (Read 2320 times)

Tenko Kuugen

  • Public Enemy
  • *
  • Posts: 1416
    • View Profile
    • Twitter
FADE opcode and WFADE opcode refuse to work
« 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?

myst6re

  • *
  • Posts: 640
  • Light King of the Savegame - Field Master - FF8.fr
    • View Profile
    • FF8.fr
Re: FADE opcode and WFADE opcode refuse to work
« Reply #1 on: 2012-08-30 12:08:54 »
Puts "Wait for Fade" after the fade.

Tenko Kuugen

  • Public Enemy
  • *
  • Posts: 1416
    • View Profile
    • Twitter
Re: FADE opcode and WFADE opcode refuse to work
« Reply #2 on: 2012-08-30 20:32:50 »
worked, thanks