|
@@ -298,13 +298,7 @@ if $ARGS[0] = 'starlets':
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/girl/albina/stage.jpg"></center>'
|
|
|
'Albina calls for a car. Once the car arrives, you all bundle in. You arrive at the performance hall and are ushered into a small dressing room, where you all change into your outfits and group up at the edge of the stage.'
|
|
|
act'Dance':
|
|
|
- timemult = 8
|
|
|
- loopcount = 1
|
|
|
- :showtimeloop
|
|
|
- gs 'exercise', 'tier2', 0, 'agil_exp', 'danc_exp'
|
|
|
- if loopcount < timemult: loopcount += 1 & jump 'showtimeloop'
|
|
|
- loopcount = 0
|
|
|
- timemult = 0
|
|
|
+ gs 'exercise', 'tier2', 120, 'agil_exp', 'danc_exp'
|
|
|
money += albpayrand * 1000
|
|
|
killvar 'albpayrand'
|
|
|
profiDanceTime += 1
|