12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- # psiklin
- $location_type = 'public_outdoors'
- if $ARGS[0]='start':
- cla
- *clr
- $loc = 'psiklin'
- $metka = 'start'
- minut += 5
- gs'stat'
- '<center><H4>Elite settlement<H4></center>'
- '<left><img <<$set_imgh>> src="images/locations/city/suburb/settlement.jpg" ></left>'
- 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.'
- if BDSMClub = 1 or BDSMmeet > 0:
- act 'BDSM-club':gt'BDSM_Club','start'
- end
- if placeMansion = 0:
- 'There is a vacant piece of land for sale where a large house could be constructed.'
- act 'Visit the land for sale': gt 'youplace'
- elseif placeMansion < 3:
- 'You mansion is partially built near here.'
- act 'Visit your mansion': gt 'youplace'
- else
- 'One of the most impressive buildings is your newly built mansion.'
- act 'Visit your mansion': gt 'youplace'
- end
- act 'View the insane asylum': gt 'psiklin', 'ps1'
- act 'View the creepy old building': gt 'psiklin', 'ps2'
-
- act 'Go to the main road':nroad = 1 & gt 'road'
- end
- if $ARGS[0]='ps1':
- cla
- *clr
- minut += 2
- gs'stat'
- '<center><H4>Insane asylum<H4></center>'
- 'The inscription on the sign by the road reads: "Closed to the public".'
- if psiklik = 0:'<center><img <<$set_imgh>> src="images/locations/city/suburb/asylum0.jpg" ></center>'
- if psiklik = 1:'<center><img <<$set_imgh>> src="images/locations/city/suburb/asylum1.jpg" ></center>'
- act 'Go':gt'psiklin','start'
- end
- if $ARGS[0]='ps2':
- cla
- *clr
- minut += 2
- gs'stat'
- '<center><H4>An old abandoned building<H4></center>'
- '<center><img <<$set_imgh>> src="images/locations/city/suburb/abandoned.jpg" ></center>'
- 'An abandoned building that spoils the local communities appearance and intimidates local residents.'
- act 'Go':gt'psiklin','start'
- end
- --- psiklin ---------------------------------
|