(264) _POKELIST_SET_PROC
Effect
Opens a UI window of the PC with the party and highlights all of the Pokémon that match the parameters set in the BoxOpenParam which is defined in the UIDatabase file found in the masterdatas bundle.
info
A list of which Pokémon are highlighted for each index can be found here.
Syntax
_POKELIST_SET_PROC(box_open_param_index)
| Argument | Description | Types | Required |
|---|---|---|---|
| box_open_param_index | Which BoxOpenParam to use | Int | Required |
Example
_LDVAL(@LOCALWORK1, 1)
_POKELIST_SET_PROC(@LOCALWORK1)
The above script will set the work variable @LOCALWORK1 to 1.
The PC UI window will then open and highlight every Pokémon that isn't in your party.
The script will resume when the player closes the window.