psiklin.qsrc 1.9 KB

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