123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348 |
- # youplace
- $metka = $ARGS[0]
- $loc = $CURLOC
- clr
- gs 'stat'
- '<center><h4>Your Land</h4></center>'
- if placeMansion < 2:'<center><img src="images/locations/city/suburb/mansion/yzemelniy.jpg"></center>'
- if placeMansion = 2:'<center><img src="images/locations/city/suburb/mansion/ystart.jpg"></center>'
- if placeMansion = 3:'<center><img src="images/locations/city/suburb/mansion/yosobnak.jpg"></center>'
- ''
- if car > 0 and cardrive = 18:
- cardrive = 18
- '<a href="exec:gs ''carF'', ''start''">Your <<$car>></a> is parked here.'
- end
- act 'Go to the suburbs':minut += 5 & gt 'psiklin'
- if bassMansion = 1:'<a href="exec:gt ''ybass''">Pool</a>.'
- if banaMansion >= 1:'<a href="exec:gt ''yban''">Bath</a>.'
- if placeMansion = 3:'<a href="exec:gt ''ymans''">Go inside</a>.'
- if karta + bankDebtLimit >= 1500000 and placeMansion = 0:
- act 'Buy land for cottage (1,500,000)':
- cls
- karta -= 1500000
- placeMansion = 1
- minut += 5
- gs 'stat'
- 'You have bought land for cottage'
- act 'Leave':gt $curloc
- end
- end
- if karta + bankDebtLimit >= 500000 and placeMansion = 1:
- act 'Pay for water, electricity and building foundations (500,000 <b>₽</b>)':
- cls
- karta -= 500000
- placeMansion = 2
- minut += 5
- gs 'stat'
- 'You paid for a supply of communications to the site and zero cycle'
- act 'Leave':gt $curloc
- end
- end
- if karta + bankDebtLimit >= 1500000 and placeMansion = 2:
- act 'Pay for the construction and external finish of the building (1,500,000 <b>₽</b>)':
- cls
- karta -= 1500000
- placeMansion = 3
- minut += 5
- gs 'stat'
- 'You paid for the construction of housing mansion'
- act 'Leave':gt $curloc
- end
- end
- if karta + bankDebtLimit >= 500000 and placeMansion = 3 and ymanrem[3] = 0:
- act 'Pay for the construction of rooms (500,000 <b>₽</b>)':
- cls
- karta -= 500000
- ymanrem[3] = 1
- minut += 5
- gs 'stat'
- 'You paid for the construction of the rooms.'
- act 'Leave':gt $curloc
- end
- end
- if placeMansion => 2:
- if karta + bankDebtLimit >= 800000 and banaMansion = 0:
- act 'Pay for the construction of baths (800,000 <b>₽</b>)':
- cls
- karta -= 800000
- banaMansion = 1
- minut += 5
- gs 'stat'
- 'You paid for the construction of baths.'
- act 'Leave':gt $curloc
- end
- end
- if karta + bankDebtLimit >= 500000 and bassMansion = 0:
- act 'Pay for the construction of the basement (500,000 <b>₽</b>)':
- cls
- karta -= 500000
- bassMansion = 1
- minut += 5
- gs 'stat'
- 'You paid for the construction of the pool'
- act 'Leave':gt $curloc
- end
- end
- end
- if placeMansion = 3:
- if karta + bankDebtLimit >= 250000 and ymanrem[3] = 1:
- act 'Pay for repairs Hall (250,000 <b>₽</b>)':
- cls
- karta -= 250000
- ymanrem[3] = 2
- minut += 5
- gs 'stat'
- 'You pay for repairs'
- act 'Leave':gt $curloc
- end
- elseif karta + bankDebtLimit >= 150000 and ymanrem[3] = 2:
- act 'Pay lounge furniture (150,000 <b>₽</b>)':
- cls
- karta -= 150000
- ymanrem[3] = 3
- minut += 5
- gs 'stat'
- 'You paid for the purchase of furniture'
- act 'Leave':gt $curloc
- end
- end
- if karta + bankDebtLimit >= 250000 and ymanrem[4] = 0:
- act 'Pay for repairs sleeping (250,000 <b>₽</b>)':
- cls
- karta -= 250000
- ymanrem[4] = 1
- minut += 5
- gs 'stat'
- 'You pay for repairs'
- act 'Leave':gt $curloc
- end
- elseif karta + bankDebtLimit >= 300000 and ymanrem[4] = 1:
- act 'Pay bedroom furniture (300,000 <b>₽</b>)':
- cls
- karta -= 300000
- ymanrem[4] = 2
- minut += 5
- gs 'stat'
- 'You paid for the purchase of furniture'
- act 'Leave':gt $curloc
- end
- end
- if karta + bankDebtLimit >= 250000 and ymanrem[5] = 0:
- act 'Pay bathroom renovation (250,000 <b>₽</b>)':
- cls
- karta -= 250000
- ymanrem[5] = 1
- minut += 5
- gs 'stat'
- 'You pay for repairs'
- act 'Leave':gt $curloc
- end
- elseif karta + bankDebtLimit >= 250000 and ymanrem[5] = 1:
- act 'Pay for furniture and fixtures for the bathroom (250,000 <b>₽</b>)':
- cls
- karta -= 250000
- ymanrem[5] = 2
- minut += 5
- gs 'stat'
- 'You paid for the purchase of furniture and sanitary ware.'
- act 'Leave':gt $curloc
- end
- end
- if karta + bankDebtLimit >= 250000 and ymanrem[6] = 0:
- act 'Pay renovated kitchen (250,000 <b>₽</b>)':
- cls
- karta -= 250000
- ymanrem[6] = 1
- minut += 5
- gs 'stat'
- 'You pay for repairs'
- act 'Leave':gt $curloc
- end
- elseif karta + bankDebtLimit >= 350000 and ymanrem[6] = 1:
- act 'Pay kitchen furniture (350,000 <b>₽</b>)':
- cls
- karta -= 250000
- ymanrem[6] = 2
- minut += 5
- gs 'stat'
- 'You paid for the purchase of furniture for the kitchen.'
- act 'Leave':gt $curloc
- end
- end
- if karta + bankDebtLimit >= 250000 and ymanrem[7] = 0:
- act 'Pay for repairs hall (250,000 <b>₽</b>)':
- cls
- karta -= 250000
- ymanrem[7] = 1
- minut += 5
- gs 'stat'
- 'You pay for repairs'
- act 'Leave':gt $curloc
- end
- elseif karta + bankDebtLimit >= 250000 and ymanrem[7] = 1:
- act 'Pay furniture hall (250,000 <b>₽</b>)':
- cls
- karta -= 250000
- ymanrem[7] = 2
- minut += 5
- gs 'stat'
- 'You paid for the purchase of furniture for the hall'
- act 'Leave':gt $curloc
- end
- end
- if karta + bankDebtLimit >= 250000 and ymanrem[8] = 0:
- act 'Pay for repairs fireplace room (250,000 <b>₽</b>)':
- cls
- karta -= 250000
- ymanrem[8] = 1
- minut += 5
- gs 'stat'
- 'You pay for repairs'
- act 'Leave':gt $curloc
- end
- elseif karta + bankDebtLimit >= 250000 and ymanrem[8] = 1:
- act 'Pay for the purchase of furniture for the fireplace room (250,000 <b>₽</b>)':
- cls
- karta -= 250000
- ymanrem[8] = 2
- minut += 5
- gs 'stat'
- 'You paid for the purchase of furniture.'
- act 'Leave':gt $curloc
- end
- end
- if karta + bankDebtLimit >= 250000 and ymanrem[9] = 0:
- act 'Children''s room to pay for repairs (250,000 <b>₽</b>)':
- cls
- karta -= 250000
- ymanrem[9] = 1
- minut += 5
- gs 'stat'
- 'You pay for repairs'
- act 'Leave':gt $curloc
- end
- elseif karta + bankDebtLimit >= 250000 and ymanrem[9] = 1:
- act 'Pay for the purchase of furniture for the nursery (250,000 <b>₽</b>)':
- cls
- karta -= 250000
- ymanrem[9] = 2
- minut += 5
- gs 'stat'
- 'You paid for the purchase of furniture'
- act 'Leave':gt $curloc
- end
- end
- if karta + bankDebtLimit >= 250000 and ymanrem[10] = 0:
- act 'Pay for repairs library (250,000 <b>₽</b>)':
- cls
- karta -= 250000
- ymanrem[10] = 1
- minut += 5
- gs 'stat'
- 'You pay for repairs'
- act 'Leave':gt $curloc
- end
- elseif karta + bankDebtLimit >= 250000 and ymanrem[10] = 1:
- act 'Pay for the purchase of furniture for libraries (250,000 <b>₽</b>)':
- cls
- karta -= 250000
- ymanrem[10] = 2
- minut += 5
- gs 'stat'
- 'You paid for the purchase of furniture'
- act 'Leave':gt $curloc
- end
- end
- if karta + bankDebtLimit >= 250000 and ymanrem[11] = 0:
- act 'Pay for repairs gym (250,000 <b>₽</b>)':
- cls
- karta -= 250000
- ymanrem[11] = 1
- minut += 5
- gs 'stat'
- 'You pay for repairs'
- act 'Leave':gt $curloc
- end
- elseif karta + bankDebtLimit >= 250000 and ymanrem[11] = 1:
- act 'Pay furniture gym (250,000 <b>₽</b>)':
- cls
- karta -= 250000
- ymanrem[11] = 2
- minut += 5
- gs 'stat'
- 'You paid for the purchase of furniture for the gym'
- act 'Leave':gt $curloc
- end
- end
- if karta + bankDebtLimit >= 250000 and ymanrem[12] = 0:
- act 'Pay for repair of the (250,000 <b>₽</b>)':
- cls
- karta -= 250000
- ymanrem[12] = 1
- minut += 5
- gs 'stat'
- 'You pay for repairs'
- act 'Leave':gt $curloc
- end
- elseif karta + bankDebtLimit >= 250000 and ymanrem[12] = 1:
- act 'Pay for the purchase of furniture for the office (250,000 <b>₽</b>)':
- cls
- karta -= 250000
- ymanrem[12] = 2
- minut += 5
- gs 'stat'
- 'You paid for the purchase of furniture.'
- act 'Leave':gt $curloc
- end
- end
- end
- --- youplace ---------------------------------
|