basement 778 B

12345678910111213141516171819202122232425262728
  1. # basement
  2. if $ARGS[0] = 'start':
  3. $location_type = 'private'
  4. $metka = $ARGS[0]
  5. $loc = $curloc
  6. *clr & cla
  7. minut += 1
  8. gs 'stat'
  9. '<center><img <<$set_imgh>> src="mod/basement/podval.jpg"></center>'
  10. '<center><b>The basement</b></center>'
  11. '<br>'
  12. 'A dark basement - All around are pipes and wires, deeper within the darkness, is a door'
  13. act 'Enter the room.': gt 'fist', 'start'
  14. act 'Examine the door.':
  15. *clr & cla
  16. minut += 5
  17. gs 'stat'
  18. '<center><img <<$set_imgh>> src="mod/basement/dver.jpg"></center>'
  19. '<br>'
  20. 'On the door, written with a marker pen - Between 20:00 to 23:00<br>'
  21. act 'Back away': gt 'basement', 'start'
  22. end
  23. act 'Back to the entrance.': gt 'pavComplexOld', 'etaj_1'
  24. killvar 'trubsextimes'
  25. end
  26. --- basement ---------------------------------