123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- # avt
- !set tehNT = 200
- <<<<<<< 449_avt
- !set tehT = RAND(10,200)
- =======
- !set tehT = RAND (10,200)
- >>>>>>> 449_avt
- <<<<<<< 449_avt
- if tehT >= tehNT * 75/100: set $tehT = 'Machine in excellent condition.'
- if tehT < tehNT*75/100 and tehT >= tehNT * 50/100: set $tehT = 'When the engine has what is background noise'
- if tehT < tehNT*50/100 and tehT >= tehNT * 25/100: set $tehT = 'Machine rumbles and smokes.'
- if tehT < tehNT*25/100: set $tehT = 'As this bowl was able to be got is not clear.'
- =======
- if tehT >= tehNT*75/100:set $tehT = 'The machine is in excellent condition.'
- if tehT < tehNT*75/100 and tehT >= tehNT*50/100:set $tehT = 'When the engine have any extraneous noise'
- if tehT < tehNT*50/100 and tehT >= tehNT*25/100:set $tehT = 'The car rumbles and smokes.'
- if tehT < tehNT*25/100:set $tehT = 'As the toilet was able to start the engine it is not clear.'
- >>>>>>> 449_avt
- if carT = 1:
- <<<<<<< 449_avt
- if tehT >= tehNT * 75/100: set bupay = RAND(100000,180000)
- if tehT < tehNT*75/100 and tehT >= tehNT * 50/100: set bupay = RAND(60000,130000)
- if tehT < tehNT*50/100 and tehT >= tehNT * 25/100: set bupay = RAND(35000,65000)
- if tehT < tehNT*25/100: set bupay = RAND(15000,50000)
- =======
- if tehT >= tehNT*75/100:set bupay = RAND (100000,180000)
- if tehT < tehNT*75/100 and tehT >= tehNT*50/100:set bupay = RAND (60000,130000)
- if tehT < tehNT*50/100 and tehT >= tehNT*25/100:set bupay = RAND (35000,65000)
- if tehT < tehNT*25/100:set bupay = RAND (15000,50000)
- >>>>>>> 449_avt
- end
- if carT = 2:
- <<<<<<< 449_avt
- if tehT >= tehNT * 75/100: set bupay = RAND(80000,100000)
- if tehT < tehNT*75/100 and tehT >= tehNT * 50/100: set bupay = RAND(50000,90000)
- if tehT < tehNT*50/100 and tehT >= tehNT * 25/100: set bupay = RAND(30000,60000)
- if tehT < tehNT*25/100: set bupay = RAND(15000,40000)
- end
- =======
- if tehT >= tehNT*75/100:set bupay = RAND (80000,100000)
- if tehT < tehNT*75/100 and tehT >= tehNT*50/100:set bupay = RAND (50000,90000)
- if tehT < tehNT*50/100 and tehT >= tehNT*25/100:set bupay = RAND (30000,60000)
- if tehT < tehNT*25/100:set bupay = RAND (15000,40000)
- end
- >>>>>>> 449_avt
- --- avt ---------------------------------
|