|
@@ -47,28 +47,28 @@ if $ARGS[0] = 'start':
|
|
|
if albinaQWdance > 0 or gsAboDance > 0 or gsAboBeg > 0 or gsAboVolley > 0:
|
|
|
act 'Change clothes in the locker room':gt 'clothing', 'view_clothing_list', 'wardrobe'
|
|
|
end
|
|
|
- if sport = 0 and (albinaQWdance > 0 or gsAboDance > 0 or gsAboBeg > 0 or gsAboVolley > 0):'You are not dressed in sports clothes.'
|
|
|
+ if $clothingworntype ! 'exercise' and (albinaQWdance > 0 or gsAboDance > 0 or gsAboBeg > 0 or gsAboVolley > 0):'You are not dressed in sports clothes.'
|
|
|
if sweat >= 0:
|
|
|
act 'Wash in the shower':gt 'gdksport', 'shower'
|
|
|
end
|
|
|
if hour < 16 or hour > 20: exit
|
|
|
- if gsAboDance > 0 and sport = 1 and albinaQWdance = 0:
|
|
|
+ if gsAboDance > 0 and $clothingworntype = 'exercise' and albinaQWdance = 0:
|
|
|
act 'Go to dance lesson, you have <<gsAboDance>> lessons remaining':gt 'gdksport', 'dance2'
|
|
|
end
|
|
|
- if albinaQWdance > 0 and AlbinaBlokDance = 0 and ZvezdEnd = 0 and sport = 1:
|
|
|
+ if albinaQWdance > 0 and AlbinaBlokDance = 0 and ZvezdEnd = 0 and $clothingworntype = 'exercise':
|
|
|
act 'Train with Starlets':gt 'gdksport', 'starlets'
|
|
|
end
|
|
|
- if gsAboBeg > 0 and sport = 1:
|
|
|
+ if gsAboBeg > 0 and $clothingworntype = 'exercise':
|
|
|
act 'Go to track lesson, you have <<gsAboBeg>> lessons remaining':gt 'gdksport', 'racing2'
|
|
|
end
|
|
|
- if gsAboVolley > 0 and volleysostav = 0 and sport = 1:
|
|
|
+ if gsAboVolley > 0 and volleysostav = 0 and $clothingworntype = 'exercise':
|
|
|
if week ! 5:
|
|
|
act 'Go to volleyball lesson, you have <<gsAboVolley>> lessons remaining':gt 'gdksport', 'vball2'
|
|
|
else
|
|
|
act 'Go to volleyball lesson, you have <<gsAboVolley>> lessons remaining':gt 'gdksport', 'vball3'
|
|
|
end
|
|
|
end
|
|
|
- if volleysostav > 0 and sport = 1:
|
|
|
+ if volleysostav > 0 and $clothingworntype = 'exercise':
|
|
|
if week ! 6 and volkomday ! daystart:
|
|
|
act 'To engage with the team':gt 'gdksport', 'vball4'
|
|
|
elseif week = 6 and sorevday ! daystart:
|
|
@@ -89,8 +89,8 @@ if $ARGS[0] = 'racing1':
|
|
|
gsAboBeg += 30
|
|
|
gs 'stat'
|
|
|
'You paid for 30 racing lessons.'
|
|
|
+ act 'Leave':gt 'gdksport', 'start'
|
|
|
end
|
|
|
- act 'Leave':gt 'gdksport', 'start'
|
|
|
end
|
|
|
|
|
|
act 'Leave':gt 'gdksport', 'start'
|
|
@@ -108,8 +108,8 @@ if $ARGS[0] = 'dance1':
|
|
|
gsAboDance += 30
|
|
|
gs 'stat'
|
|
|
'You paid for 30 dance lessons.'
|
|
|
+ act 'Leave':gt 'gdksport', 'start'
|
|
|
end
|
|
|
- act 'Leave':gt 'gdksport', 'start'
|
|
|
end
|
|
|
|
|
|
act 'Leave':gt 'gdksport', 'start'
|
|
@@ -127,8 +127,8 @@ if $ARGS[0] = 'vball1':
|
|
|
gsAboVolley += 30
|
|
|
gs 'stat'
|
|
|
'You paid for 30 volleyball lessons.'
|
|
|
+ act 'Leave':gt 'gdksport', 'start'
|
|
|
end
|
|
|
- act 'Leave':gt 'gdksport', 'start'
|
|
|
end
|
|
|
|
|
|
act 'Leave':gt 'gdksport', 'start'
|
|
@@ -173,7 +173,6 @@ if $ARGS[0] = 'dance2':
|
|
|
elseif albinaQWdance = 0 and StoryLine ! 0 and grupNPC[23] > 20 and grupNPC <= 60: gt 'gdksport', 'albina2'
|
|
|
elseif albinaQWdance = 0 and StoryLine ! 0 and grupNPC[23] >= 60: gt 'gdksport', 'albina3'
|
|
|
end
|
|
|
- act 'Leave':gt 'gdksport', 'start'
|
|
|
end
|
|
|
act 'Leave':gt 'gdksport', 'start'
|
|
|
end
|