diff options
Diffstat (limited to 'building_guide/tips.md')
| -rw-r--r-- | building_guide/tips.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/building_guide/tips.md b/building_guide/tips.md index b4abeb9..61c595f 100644 --- a/building_guide/tips.md +++ b/building_guide/tips.md @@ -1,6 +1,6 @@ ## Tips -1. **Use player flags for quest progress, world flags for environmental state.** If a bridge is repaired, that's world state. If a player has read a sign, that's player state. +1. **Use player flags for quest progress, global flags for environmental state.** If a bridge is repaired, that's world state. If a player has read a sign, that's player state. 2. **Conditions on enter scripts** make rooms feel alive. A guard who only barks the first time, a room that changes after a quest completes. |
