5 lines
382 B
Plaintext
5 lines
382 B
Plaintext
PULL | * | 1 | You don't see anything to pull |
|
|
PULL | IN(lever_room) | 10 | What do you want to pull? |
|
|
PULL LEVER | IN(lever_room) | 100 | You pull the lever. Nice. | ENABLE(lever_pulled)
|
|
PULL LEVER | IN(lever_room) & ENABLED(lever_pulled) | 1000 | You already pulled it. |
|