|
@@ -20,6 +20,8 @@ if $ARGS[0] = 'start':
|
|
|
'In the locker room is a <a href="exec: gt ''mirror'',''start''">mirror</a>, where you can ' + iif(pcs_hairbsh = 0,'<a href="exec: gt ''mirror'',''brush''">brush</a>','brush') + ' your hair.'
|
|
|
*nl
|
|
|
'You can access your <a href="exec: quick_dress = 1 & gt ''wardrobe'', ''default''">default clothing</a> options directly.'
|
|
|
+ *nl
|
|
|
+ if cheerleaders_on = 1: 'Today is a cheerleading day, so the Starlets wont be here training.'
|
|
|
|
|
|
if kotovLoveQW > 0 and hour = 16:
|
|
|
'You see <a href="exec:minut += 3 & gt ''kotovEv''">Vitek Kotov</a> with a large sports bag entering the sports club.'
|
|
@@ -121,11 +123,22 @@ if $ARGS[0] = 'start':
|
|
|
end
|
|
|
end
|
|
|
elseif AlbinaQW['StarletsJoined'] > 0 and AlbinaQW['StarletsShutDown'] = 0 and npc_pregtalk['A23'] = 0 and AlbinaQW['startletsday'] ! daystart:
|
|
|
- if (pregtime >= 90) or (grupTipe = 5):
|
|
|
- if pregtime >= 90: act 'Train with Starlets': gt 'AlbStars', 'Starletsreact'
|
|
|
- if grupTipe = 5: act 'Train with Starlets': gt 'AlbStars', 'StarletsEnd'
|
|
|
+ if hour = 15 and starlets_on = 1:
|
|
|
+ if pregtime >= 90 or grupTipe = 5 or starlets_missed = 1:
|
|
|
+ if pregtime >= 90: act 'Train with Starlets': gt 'AlbStars', 'Starletsreact'
|
|
|
+ if grupTipe = 5: act 'Train with Starlets': gt 'AlbStars', 'StarletsEnd'
|
|
|
+ if starlets_missed = 1:
|
|
|
+ act 'Train with Starlets':
|
|
|
+ starlets_missed = 0
|
|
|
+ starlet_practice_skipped += 1
|
|
|
+ gt 'AlbStars', 'StarletsPracticeMissed'
|
|
|
+ end
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Train with Starlets': gt 'AlbStars', 'starlets'
|
|
|
+ end
|
|
|
else
|
|
|
- act 'Train with Starlets': gt 'AlbStars', 'starlets'
|
|
|
+ act 'Train with Starlets': '<br><font color="red"> The Starlets are not training right now.</font>'
|
|
|
end
|
|
|
end
|
|
|
elseif pcs_stam <= 20:
|