Difference between revisions of "Reveal"

From Final Fantasy Hacktics Wiki
Jump to navigation Jump to search
m (Xifanie moved page Event Instruction 4D to Reveal)
 
Line 5: Line 5:
  
 
WARNING: Ending an event before a Reveal command has finished will automatically kick the player out to the World Map, even if another event is supposed to play.  
 
WARNING: Ending an event before a Reveal command has finished will automatically kick the player out to the World Map, even if another event is supposed to play.  
 +
 +
Also, doing a second Reveal before one Reveal ends will cause the field pointer used in battles to appear invisibly on the map, allowing the player to pan around and manipulate the camera.
  
  

Latest revision as of 03:49, 3 October 2021

{4D} Reveal

Reveal(TIM)

Progressively reveals the screen to unveil the scene. Required to start a new scenario.

WARNING: Ending an event before a Reveal command has finished will automatically kick the player out to the World Map, even if another event is supposed to play.

Also, doing a second Reveal before one Reveal ends will cause the field pointer used in battles to appear invisibly on the map, allowing the player to pan around and manipulate the camera.


See also: {4C} ChangeMap


Time : Byte (unsigned)

Time assigned in frames to complete the instruction. One frame is the equivalent of 1/60th of a second.

  • 030 = 0,5 second
  • 060 = 1 second
  • 120 = 2 seconds
  • 180 = 3 seconds
  • 255 = 4,25 seconds

MUST BE AT LEAST 001