123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- # Terminal
- <<<<<<< 369_Terminal
- set minut += 5
- '<center><B><font color = maroon>Storage terminal</font></B></center>'
- '<center><img src="images\etogame\terminal.jpg"></center>'
- clr
- gs 'stat'
- !fcolor = rgb(0,0,0)
- !bcolor = rgb(255,255,255)
- =======
- set minut = minut + 5
- '<center><B><font color=maroon>storage terminal</font></B></center>'
- '<center><img src="pic/terminal.jpg" ></center>'
- clr
- gs'stat'
- !fcolor=rgb(0,0,0)
- !bcolor=rgb(255,255,255)
- >>>>>>> 369_Terminal
- !LCOLOR = rgb(106,90,205)
- 'A plurality of storage buildings to which drive up truck for loading and unloading.'
- <<<<<<< 369_Terminal
- act 'Leave':
- cla
- set minut += 5
- gt 'nord'
- end
- if TerminalPapper = 1 and DayTerminalPapper = day:
- act 'Classified documents':
- cls
- set minut += 15
- TerminalPapper = 2
- fcolor = rgb(0,0,0)
- bcolor = rgb(255,255,255)
- LCOLOR = rgb(106,90,205)
- gs 'stat'
- 'You went to the office and gave the documents to the manager.'
- act 'Leave': minut += 5 & gt 'nord'
- end
- end
- =======
- act 'Get_Away':
- cla
- set minut = minut + 5
- gt'nord'
- end
-
- if TerminalPapper=1 and DayTerminalPapper=day:
- act 'classified documents':
- cls
- set minut = minut + 15
- TerminalPapper=2
- fcolor=rgb(0,0,0)
- bcolor=rgb(255,255,255)
- LCOLOR = rgb(106,90,205)
- gs'stat'
- 'You went into the office and gave the documents to the manager.'
- act 'Get_Away':minut+=5>'nord'
- end
-
- end
-
- if money>=100:
- act 'Buy small items on the 100 rubles':
- cls
- set minut = minut + 15
- gs'stat'
- 'You went to the office and spoke with the manager about buying small things.'
- if tovarskladlevel=0:
- if tovarL>=30:
- 'Thinking a bit you realize, you just have nowhere to store the goods and decide to unsubscribe from the purchase.'
- end
- if tovarL<30:
- maxtov=30-tovarL
- 'Do you have a place for storage <<maxtov>> One unit of product.'
- act 'buy':
- cls
- gs'stat'
- 'Do you have a place for storage <<maxtov>> One unit of product.'
- tovarpokup=input("How much product you want to buy at a price 100 rubles apiece?")
- if tovarpokup>maxtov or tovarpokup*100>money:
- 'Manager shakes his head "No, so it will not work"'
- else
- tovarL+=tovarpokup
- money-=tovarpokup*100
- gs'stat'
- 'you bought <<tovarpokup>> One unit of small goods and now you have stored <<tovarL>> One unit of product.'
- end
- act 'Get_Away':minut+=5> $curloc
- end
- end
- end
-
- act 'Get_Away':minut+=5>'nord'
- end
-
- if YouCanGar>0:
- act 'Buy small items on the 100 RUB A storage garage':
- cls
- set minut = minut + 15
- gs'stat'
- 'You went to the office and spoke with the manager about buying small things.'
- if tovarskladlevel=0:
- if GarTorgItem>=100:
- 'Thinking a bit you realize, you just have nowhere to store the goods and decide to unsubscribe from the purchase.'
- end
- if GarTorgItem<100:
- maxtov=100-GarTorgItem
- 'Do you have a place for storage <<maxtov>> One unit of product.'
- act 'buy':
- cls
- gs'stat'
- 'Do you have a place for storage <<maxtov>> One unit of product.'
- tovarpokup=input("How much product you want to buy at a price 100 rubles apiece?")
- if tovarpokup>maxtov or tovarpokup*100>money:
- 'Manager shakes his head "No, so it will not work"'
- else
- GarTorgItem+=tovarpokup
- money-=tovarpokup*100
- gs'stat'
- 'you bought <<tovarpokup>> One unit of small goods in the garage and now you have stored <<GarTorgItem>> One unit of product.'
- end
- act 'Get_Away':minut+=5> $curloc
- end
- end
- end
-
- act 'Get_Away':minut+=5>'nord'
- end
- end
- end
- >>>>>>> 369_Terminal
- --- Terminal ---------------------------------
|