Advertisement
A4L

RoomDataFile

A4L
Jan 1st, 2019
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. //--ROOM_NAME: TestRoom
  2. //--ROOM_DESCRIPTION: This is the base text for describing the current room with the look command. This text will apear on every time the look command is run no matter what has happened in the scene. Item and Exit text is apended onto this pharagraph.
  3.  
  4. //-Exit_START
  5. --NAME: north
  6. --IS_OPEN: true
  7. --LOOK_ROOM_OPEN: (north - Look room open)Look description when the way is not blocked.
  8. --LOOK_AT_OPEN: (north - look at open)look description of the unblocked exit.
  9. --USE_UNBLOCKED: (north - u)Success text for trying to use a UNBLOCKED exit.
  10. //-EXIT_END
  11.  
  12. //-Exit_START
  13. --NAME: east
  14. --IS_OPEN: true
  15. --LOOK_ROOM_OPEN: (east) Look description when the way is not blocked.
  16. --LOOK_AT_OPEN: (east) look description of the unblocked exit.
  17. --USE_UNBLOCKED: (east) Success text for trying to use a UNBLOCKED exit.
  18. //-EXIT_END
  19.  
  20. //-Exit_START
  21. --NAME: up
  22. --IS_OPEN: false
  23. --LOOK_ROOM_CLOSED: (east) Look description when the way IS BLOCKED.
  24. --LOOK_ROOM_OPEN: (east) Look description when the way is not blocked.
  25. --LOOK_AT_CLOSED: (east) Look description of the blocked exit.
  26. --LOOK_AT_OPEN: (east) look description of the unblocked exit.
  27. --USE_BLOCKED: (east) Fail text for trying to use a BLOCKED exit.
  28. --USE_UNBLOCKED: (east) Success text for trying to use a UNBLOCKED exit.
  29. //-EXIT_END
  30.  
  31. //LIST_OF_ITEMS_IN_ROOM--START
  32. RedBall
  33. GreenBall
  34. YellowBall
  35. BlackBall
  36. //LIST_OF_ITEMS_IN_ROOM--END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement