obekt.qsrc 1018 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # obekt
  2. $loc = 'obekt'
  3. $loc_arg = ''
  4. $menu_loc = 'obekt'
  5. $menu_arg = ''
  6. menu_off = 0
  7. *clr & cla
  8. gs 'stat'
  9. $location_type = 'secluded'
  10. '<center><h4>An object</h4></center>'
  11. '<center><img <<$set_imgh>> src="images/locations/construction/obekt.jpg"></center>'
  12. 'The construction work has stopped and there is complete silence, the only person there is the guard walking around.'
  13. if car > 0 and cardrive = 12:
  14. cardrive = 12
  15. 'The <a href="exec:gs ''carF'', ''start''"> <<$car>></a> is standing in the parking.'
  16. end
  17. act 'Go to the road': minut += 15 & nroad = 16 & gt 'road'
  18. act 'Sneak into the construction site':
  19. cla
  20. minut += 5
  21. menu_off = 1
  22. gs 'stat'
  23. if ObjektOpen = 0:
  24. if ObjektBil = 0:
  25. ObjektBil = 1
  26. *nl
  27. 'Before you''re able to enter, you hear a voice asking you what you''re doing. It''s the guard that caught you. He points towards the direction you should be heading instead.'
  28. act 'Leave':gt $loc, $loc_arg
  29. else
  30. gt 'obekt2'
  31. end
  32. end
  33. end
  34. --- obekt ---------------------------------