12345678910111213141516171819202122232425262728293031 |
- # basement
- if $ARGS[0] = 'start':
- $location_type = 'private'
- $metka = 'start'
- $loc = 'basement'
- $menu_loc = 'basement'
- $menu_arg = 'start'
- menu_off = 0
- *clr & cla
- minut += 1
- gs 'stat'
- '<center><img <<$set_imgh>> src="mod/basement/podval.jpg"></center>'
- '<center><b>The basement</b></center>'
- '<br>'
- 'A dark basement - All around are pipes and wires, deeper within the darkness, is a door'
- act 'Enter the room.': gt 'fist', 'start'
- act 'Examine the door.':
- *clr & cla
- minut += 5
- gs 'stat'
- '<center><img <<$set_imgh>> src="mod/basement/dver.jpg"></center>'
- '<br>'
- 'On the door, written with a marker pen - Between 20:00 to 23:00<br>'
- act 'Back away': gt 'basement', 'start'
- end
- act 'Back to the entrance.': gt 'pavComplexOld', 'etaj_1'
- killvar 'trubsextimes'
- end
- --- basement ---------------------------------
|