psiklin 1.2 KB

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