obekt.tw 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. :: obekt
  2. <<set $here = 'obekt'>>
  3. <<set $ARGS = $location_var[$here]>>
  4. <<set $loc = 'obekt'>>
  5. <<set $loc_arg = ''>>
  6. <<set $menu_loc = 'obekt'>>
  7. <<set $menu_arg = ''>>
  8. <<set $menu_off = 0>>
  9. <<set $location_type = 'secluded'>>
  10. <center><h4>An object</h4></center>
  11. <<image "locations/construction/obekt.jpg">>
  12. The construction work has stopped and there is complete silence, the only person there is the guard walking around.
  13. <<if getvar("$car") > 0 and getvar("$cardrive") == 12>>
  14. <<set $cardrive = 12>>
  15. <!-- FAILED TO CONVERT
  16. 'The <a href="exec:gs ''carF'', ''start''"> <<$car>></a> is standing in the parking.'
  17. -----
  18. <<set ERROR: FAILED TO CONVERT LITERAL: """'The <a href""" = ERROR: FAILED TO CONVERT LITERAL: """"exec:gs ''carF''""" , ERROR: FAILED TO CONVERT LITERAL: """''start''"> $car<""" / ERROR: FAILED TO CONVERT LITERAL: """a> is standing in the parking.'""">>
  19. -->
  20. <<warn "CONVERSION ERROR f4685b01177e139d9bbe435d75c03e2a">>
  21. <</if>>
  22. <<ConnectedLocation 'Highway' 'road' 16 'locations/highway/road.jpg' 15>>
  23. <<actCLA 'Sneak into the construction site'>>
  24. <<set $time.minutes += 5>>
  25. <<set $menu_off = 1>>
  26. <<if getvar("$ObjektOpen") == 0>>
  27. <<if getvar("$ObjektBil") == 0>>
  28. <<set $ObjektBil = 1>>
  29. 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.
  30. <<actCLA 'Leave'>>
  31. <<gt $location>>
  32. <</actCLA>>
  33. <<else>>
  34. <<gt 'obekt2'>>
  35. <</if>>
  36. <</if>>
  37. <</actCLA>>