psiklin 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. # psiklin
  2. $location_type = 'public_outdoors'
  3. if $ARGS[0]='start':
  4. cla
  5. *clr
  6. $loc = 'psiklin'
  7. $metka = 'start'
  8. minut += 5
  9. gs'stat'
  10. '<center><H4>Elite settlement<H4></center>'
  11. '<left><img src="images/locations/city/suburb/settlement.jpg" ></left>'
  12. 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.'
  13. if BDSMClub = 1 or BDSMmeet > 0:
  14. act 'BDSM-club':gt'BDSM_Club','start'
  15. end
  16. act 'View the insane asylum': gt 'psiklin', 'ps1'
  17. act 'View the creepy old building': gt 'psiklin', 'ps2'
  18. act 'Go to the main road':nroad = 1 & gt 'road'
  19. end
  20. if $ARGS[0]='ps1':
  21. cla
  22. *clr
  23. minut += 2
  24. gs'stat'
  25. '<center><H4>Insane asylum<H4></center>'
  26. 'The inscription on the sign by the road reads: "Closed to the public".'
  27. if psiklik = 0:'<center><img src="images/locations/city/suburb/asylum0.jpg" ></center>'
  28. if psiklik = 1:'<center><img src="images/locations/city/suburb/asylum1.jpg" ></center>'
  29. act 'Go':gt'psiklin','start'
  30. end
  31. if $ARGS[0]='ps2':
  32. cla
  33. *clr
  34. minut += 2
  35. gs'stat'
  36. '<center><H4>An old abandoned building<H4></center>'
  37. '<center><img src="images/locations/city/suburb/abandoned.jpg" ></center>'
  38. 'An abandoned building that spoils the local communities appearance and intimidates local residents.'
  39. act 'Go':gt'psiklin','start'
  40. end
  41. --- psiklin ---------------------------------