Anonymous

Changes

From Final Fantasy Inside

FF7/Field/Script/Opcodes/36 WSPCL

94 bytes added, 05:09, 4 September 2006
m
+wnumb
Creates a numerical display inside the given window. The display can be either in the form of a clock, or a scoreboard with six digits. This only creates the numerical display; to actually show it, a [[FF7/Field/Script/Opcodes/40 MESSAGE|MESSAGE]] or [[FF7/Field/Script/Opcodes/48 ASK|ASK]] command needs to be issued. Using a blank line of dialog will allow you to create a numerical display in the top-left of the window without field dialog hidden behind it. Alternatively, dialog can be shown along with the display by placing the display in an appropriate area of the window.
To set the time for the clock variant, use [[FF7/Field/Script/Opcodes/38 STTIM|STTIM]]. To set the number for the numerical display, use [[FF7/Field/Script/Opcodes/37 WNUMB|WNUMB]].
==== Display types ====