Advertisement
Guest User

Example Code

a guest
Jul 10th, 2015
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. @echo off
  2. cls
  3. TITLE ADVENTURE
  4. color 07
  5. goto room2
  6.  
  7.  
  8. :room2
  9. cls
  10. echo.
  11. echo LEAVE ROOM
  12. echo.
  13. echo (LIVING ROOM)
  14. echo (BED ROOM) Room 2 l l
  15. echo Room 1 ___________l l_____
  16. echo _________________________ lSOFA VASE l
  17. echo lBED DESK BOOKSELF l l l
  18. echo l o l___l DAD MOM TVl
  19. echo l ___ l
  20. echo lCLOSET___________________l l o l
  21. echo l_TABLE_____________l
  22. echo.
  23. echo The hallway is dark but the LIVING ROOM lights are on.You
  24. echo walk into ROOM 2 and you see your MOM and DAD arguing in
  25. echo the middle of the room.
  26. pause>nul
  27. echo DAD: Why would you tell him that?
  28. pause>nul
  29. echo MOM: Like I had a choice!
  30. pause>nul
  31.  
  32.  
  33.  
  34.  
  35. //Taken from The Guide to Being Lonely
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement