Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Files

Latest commit

 

History

History
17 lines (12 loc) · 263 Bytes

events.md

File metadata and controls

17 lines (12 loc) · 263 Bytes

Events

Game

Game state change

on game state change

This also then exposes the previous and new state.

on game state change:
    broadcast "%past event-gamestate%" # the previous state
    broadcast "%event-gamestate%" # the new state