reorder_room
Move a room to a specified position in the game's room order, affecting room_goto_next/previous behavior at runtime.
Instructions
Move a room to an absolute position in the game's room order (what room_goto_next/previous follow at runtime)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| newIndex | Yes | New 0-based position in the room order | |
| roomName | Yes | Name of the room to move | |
| projectDir | Yes | Absolute path to the GameMaker project directory |