psiklin 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. # psiklin
  2. $location_type = 'public_outdoors'
  3. if $ARGS[0]='start':
  4. $metka = 'start'
  5. $loc = 'psiklin'
  6. cls
  7. minut += 5
  8. gs'stat'
  9. '<center><H4>Suburbs<H4></center>'
  10. '<left><img src="images/locations/city/settlement/settlement.jpg" ></left>'
  11. 'This is the suburbs of the city with large houses and mansions having been built here as a new class of super-rich developed in Russia.'
  12. 'It used to be farm land and the only old building that still stands is the old Insane asylum, which is still in use.'
  13. *nl
  14. if hour >= 5 and hour <= 23:'The <a href="exec:gt ''metro'', ''start''">Metro</a> Station is within a 5 minute walk from here.'
  15. act 'Exit the highway':minut += 15 & nroad = 1 & gt 'road'
  16. if BDSMClub = 1 or BDSMmeet > 0:
  17. act 'BDSM-club':gt'BDSM_Club','start'
  18. end
  19. act 'Insane asylum':gt'psiklin','ps1'
  20. if placeMansion > 0:act 'View your land':
  21. minut += 5
  22. gt 'youplace'
  23. end
  24. end
  25. if $ARGS[0]='ps1':
  26. cla
  27. *clr
  28. minut += 5
  29. gs'stat'
  30. '<center><H4>Insane asylum<H4></center>'
  31. 'The inscription on the sign by the road reads: "Closed to the public".'
  32. if psiklik = 0:'<center><img src="images/locations/city/settlement/asylum0.jpg" ></center>'
  33. if psiklik = 1:'<center><img src="images/locations/city/settlement/asylum1.jpg" ></center>'
  34. act 'Go':gt'psiklin','start'
  35. end
  36. if $ARGS[0]='ps2':
  37. cla
  38. *clr
  39. minut += 5
  40. gs'stat'
  41. '<center><H4>An old abandoned building<H4></center>'
  42. '<center><img src="images/locations/city/settlement/abandoned.jpg" ></center>'
  43. 'An abandoned building that spoils the local communities appearance and intimidates local residents.'
  44. act 'Escape':gt'parks'
  45. end
  46. --- psiklin ---------------------------------