Guest User

Untitled

a guest
Jul 23rd, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. Elevator: Furniture
  2. {
  3. Name(Elevator, "elevator")
  4. Placement(Elevator, " in the elevator")
  5. OnLook(Elevator, {
  6. "@This is a wooden mining elevator."
  7. })
  8. OnUse(Elevator, {
  9. newline
  10. "@Use the <Move> action to use this elevator." next
  11. "@Any action labeled (E) uses this elevator."
  12. })
  13. OnTake(Elevator, {
  14. newline
  15. "@You must be joking." prompt " Why would you want to lug around an elevator?" next
  16. "@There's too much stuff to carry around anyways."
  17. })
  18. OnOpen(Elevator, {
  19. newline
  20. "@You could open the doors of the elevator,| but there would be no point unless you were getting inside to use it."
  21. })
  22. }
Add Comment
Please, Sign In to add comment