Guide:Bipsi
From Game Making Tools Wiki
Keyboard Shortcuts
- The arrow keys will move your selection, indicated by a thick, white outline.
- Q, W, E, R, T selects tabs in order.
- Draw Room tab: Holding Alt will use eyedropper/pick tile.
Events
For better explanations see the user guide, but I've found it helpful to keep this quick reference list.
| Part 1 | Part 2 | Description |
|---|---|---|
| exit | location | Move player to another place. |
| graphic | tile | Sets event's graphic. |
| is-player | tag | Tells game where to start the player. Not sure if it's useful later. |
| one-time | tag | Run event only once. |
| say | dialogue | Shows text in a dialogue box. |
| set-avatar | tile | Changes player's graphic. |
| solid | tag | Makes event impassable. |
| page-color | text | Changes page's background colour. Use CSS colour names only. |
See Also
- Bipsi
- bipsi game maker user guide - Game making beginner friendly! PDF format.
- bipsi game maker scripting guide - Guide for advanced scripting. Also PDF.