123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153 |
- # danceclass
- <<<<<<< 348_danceclass
- set minut += 5
- '<center><B><font color = maroon>Dance Class</font></B></center>'
- '<center><img src="images\etogame\danceclass.jpg"></center>'
- =======
- set minut = minut + 5
- '<center><B><font color=maroon>Dance Class</font></B></center>'
- '<center><img src="pic/danceclass.jpg" ></center>'
- >>>>>>> 348_danceclass
- 'Modern room with good lighting and mirrors for the development of dance skills.'
- clr
- <<<<<<< 348_danceclass
- gs 'stat'
- fcolor = rgb(0,0,0)
- bcolor = rgb(255,255,255)
- =======
- gs'stat'
- fcolor=rgb(0,0,0)
- bcolor=rgb(255,255,255)
- >>>>>>> 348_danceclass
- LCOLOR = rgb(106,90,205)
- set razdtumbler = 0
- <<<<<<< 348_danceclass
- act 'Modern club dancing':
- cla
- *clr
- set minut += 120
- set fat -= 5
- speed+= RAND(1,3)
- set manna -= 5
- set sweat += 3
- dance += RAND(5,15)
- '<center><img src="images\etogame\fit1.jpg"></center>'
- if dance < 100: 'You studied modern dance club, which is very popular in discos.'
- if dance >= 100: 'Podcherpnut you tried something new in modern club dancing, but you all already know it.'
- act 'Leave': gt 'fit','razd'
- end
- act 'Striptease':
- cla
- *clr
- set minut += 120
- set fat -= 5
- set agil+= RAND(1,3)
- set manna -= 8
- set sweat += 3
- !stripdance += 1
- '<center><img src="images\etogame\stripdance.jpg"></center>'
- if dance >= 100:
- stripdance += RAND(2,10)
- 'You studied passionately razdevatsya dance music.'
- if stripdance >= 100: 'But you could not learn anything new, it´s all you have and know how well you know.'
- end
- if dance < 100:
- dance += RAND(5,15)
- 'Striptease for you too complicated, you can not perform the dance moves combining them strip. Teacher recommends that you first learn ordinary club dances.'
- end
- act 'Leave': gt 'fit','razd'
- end
- act 'Dancing on a pole':
- cla
- *clr
- set minut += 120
- set fat -= 10
- set stren+= RAND(1,3)
- vital += RAND(1,3)
- set manna -= 5
- set sweat += 3
- !poledance += 1
- '<center><img src="images\etogame\poledance.jpg"></center>'
- if dance >= 100 and stripdance >= 100 and stren >= 80:
- poledance += RAND(2,5)
- 'You studied various acrobatics on the pole.'
- if poledance >= 100: 'But you could not learn anything new, it´s all you have and know how well you know.'
- end
- if dance < 100 or stripdance < 100 or stren < 80:
- 'Already in the first exercise, you crashed with a pole. It seems this kind of dance you until the teeth'
- if stren < 80: 'The teacher explained that you dance on the pole, except the ability to dance, and still requires physical strength.'
- end
- act 'Leave': gt 'fit','razd'
- end
- =======
- act 'Modern club dances':
- cla
- *clr
- set minut = minut + 120
- set fat = fat - 5
- speed+= RAND (1,3)
- set manna = manna - 5
- set sweat = sweat + 3
- dance+=RAND(5,15)
- '<center><img src="pic/fit1.jpg" ></center>'
- if dance<100:'You were taught modern dance club, which are very popular in discos.'
- if dance>=100:'You tried podcherpnut something new in modern club dances, but you already know very well.'
- act 'Get_Away':gt'fit','razd'
- end
- act 'Stritiz':
- cla
- *clr
- set minut = minut + 120
- set fat = fat - 5
- set agil+= RAND (1,3)
- set manna = manna - 8
- set sweat = sweat + 3
- !stripdance+=1
- '<center><img src="pic/stripdance.jpg" ></center>'
- if dance>=100:
- stripdance+=RAND(2,10)
- 'You trained passionately razdevatsya dance music.'
- if stripdance>=100:'But you could not learn anything new, all that you already know how great and you know.'
- end
- if dance<100:
- dance+=RAND(5,15)
- 'Striptease for you too complex, you can not perform the dance moves combining them with strip. The teacher encourages you to learn how to start an ordinary club dances.'
- end
- act 'Get_Away':gt'fit','razd'
- end
- act 'Dancing on a pole':
- cla
- *clr
- set minut = minut + 120
- set fat = fat - 10
- set stren+= RAND (1,3)
- vital+=RAND (1,3)
- set manna = manna - 5
- set sweat = sweat + 3
- !poledance+=1
- '<center><img src="pic/poledance.jpg" ></center>'
- if dance>=100 and stripdance>=100 and stren>=80:
- poledance+=RAND(2,5)
- 'You were taught various acrobatics on the pole.'
- if poledance>=100:'But you could not learn anything new, all that you already know how great and you know.'
- end
- if dance<100 or stripdance<100 or stren<80:
- 'Already in the first exercise. It looks like this kind of dance you until the teeth'
- if stren<80:'The teacher explained that you dance on a pole, than the ability to dance, require more physical strength.'
- end
- act 'Get_Away':gt'fit','razd'
- end
- >>>>>>> 348_danceclass
- --- danceclass ---------------------------------
|