thrive/01_text_adventure/data/actions.txt

5 lines
382 B
Plaintext
Raw Normal View History

PULL | * | 1 | You don't see anything to pull |
2025-01-19 09:25:55 -05:00
PULL | IN(FIRST_ROOM) | 10 | What do you want to pull? |
PULL LEVER | IN(FIRST_ROOM) | 100 | You pull the lever. Nice. | ENABLE(LEVER_PULLED)
PULL LEVER | IN(FIRST_ROOM) & ENABLED(LEVER_PULLED) | 1000 | You already pulled it. |