psiklin.qsrc 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. # psiklin
  2. $location_type = 'public_outdoors'
  3. if $ARGS[0]='start':
  4. cla
  5. *clr
  6. $loc = 'psiklin'
  7. $metka = 'start'
  8. $menu_loc = 'psiklin'
  9. $menu_arg = 'start'
  10. menu_off = 0
  11. gs'stat'
  12. '<center><H4>Elite settlement<H4></center>'
  13. '<left><img <<$set_imgh>> src="images/locations/city/suburb/settlement.jpg" ></left>'
  14. if hour >= 4 and hour <= 23:'The <a href="exec:gt ''metro'', ''start''">Metro</a> station is only a short walk from here from here.'
  15. if BDSMClub = 1 or BDSMmeet > 0:
  16. act 'BDSM-club':gt'BDSM_Club','start'
  17. end
  18. if home_owned[5] = 0:
  19. 'There is a vacant piece of land for sale where a large house could be constructed.'
  20. act 'Visit the land for sale': minut += 10 & gt 'youplace'
  21. elseif home_owned[5] < 3:
  22. 'You mansion is partially built near here.'
  23. act 'Visit your mansion': minut += 10 & gt 'youplace'
  24. else
  25. 'One of the most impressive buildings is your newly built mansion.'
  26. act 'Visit your mansion': gt 'youplace'
  27. end
  28. act 'View the insane asylum': minut += 2 & gt 'psiklin', 'ps1'
  29. act 'View the creepy old building': minut += 2 & gt 'psiklin', 'ps2'
  30. act 'Go to the main road':nroad = 1 & minut += 15 & gt 'road'
  31. end
  32. if $ARGS[0]='ps1':
  33. cla
  34. *clr
  35. $menu_loc = 'psiklin'
  36. $menu_arg = 'ps1'
  37. menu_off = 0
  38. gs'stat'
  39. '<center><H4>Insane asylum<H4></center>'
  40. 'The inscription on the sign by the road reads: "Closed to the public".'
  41. if psiklik = 0:'<center><img <<$set_imgh>> src="images/locations/city/suburb/asylum0.jpg" ></center>'
  42. if psiklik = 1:'<center><img <<$set_imgh>> src="images/locations/city/suburb/asylum1.jpg" ></center>'
  43. act 'Go': minut += 2 & gt'psiklin','start'
  44. end
  45. if $ARGS[0]='ps2':
  46. cla
  47. *clr
  48. $menu_loc = 'psiklin'
  49. $menu_arg = 'ps2'
  50. menu_off = 0
  51. gs'stat'
  52. '<center><H4>An old abandoned building<H4></center>'
  53. '<center><img <<$set_imgh>> src="images/locations/city/suburb/abandoned.jpg" ></center>'
  54. 'An abandoned building that spoils the local communities appearance and intimidates local residents.'
  55. act 'Go': minut += 2 & gt'psiklin','start'
  56. end
  57. --- psiklin ---------------------------------