Skip to main content

(68) _TALKMSG_BTOWER_APPEAR

Effect

Opens the next Battle Tower trainer's introduction textbox.

Syntax

_TALKMSG_BTOWER_APPEAR(index)
ArgumentDescriptionTypesRequired
indexThe index of the trainer to open the textbox of (0 for the first trainer and 1 for the second trainer in double battles)Work, FloatOptional

Example

_TALKMSG_BTOWER_APPEAR(0)
_TALKMSG_BTOWER_APPEAR(1)
_TALK_CLOSE()

The above script will open the introduction textbox of the first trainer, then open the one for the second trainer.

Finally, the textbox is closed.