# danceclass clr minut += 5 razdtumbler = 0 gs 'stat' fcolor = rgb(0, 0, 0) bcolor = rgb(255, 255, 255) lcolor = rgb(106, 90, 205) '
Dance Class
' '
' 'Modern room with good lighting and mirrors for the development of dance skills.' act 'Modern club dancing (2:00)': cla *clr minut += 120 fat -= 5 speed+= rand(1, 3) manna -= 5 sweat += 3 dance += rand(5, 15) '
' 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', 'dressing room' end act 'Striptease (2:00)': cla *clr minut += 120 fat -= 5 agil+= rand(1, 3) manna -= 8 sweat += 3 !!stripdance += 1 '
' 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.' elseif 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', 'dressing room' end act 'Dancing on a pole (2:00)': cla *clr minut += 120 fat -= 10 stren+= rand(1, 3) vital += rand(1, 3) manna -= 5 sweat += 3 !!poledance += 1 '
' 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.' elseif 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', 'dressing room' end --- danceclass ---------------------------------