1
0

basement.qsrc 842 B

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