|
@@ -161,7 +161,7 @@ if $ARGS[0] = '3':
|
|
|
if katjaLernTimes >= 10: gs 'katjaEv', 'learning'
|
|
|
|
|
|
if mey_vika['key'] = 1:
|
|
|
- Act 'Leave the room': gt 'mey_home', 'start'
|
|
|
+ act 'Leave the room': gt 'mey_home', 'start'
|
|
|
else
|
|
|
act 'Say goodbye and leave':minut += 5 & gt 'pav_residential'
|
|
|
end
|
|
@@ -178,9 +178,9 @@ if $ARGS[0] = 'learning':
|
|
|
if katrand = 2:'Katja as if by accident puts her hand on your knee, then quickly removes it.'
|
|
|
if katrand = 3:'Katja smiles at you, quite a silly smile, then turns away.'
|
|
|
elseif katjaLernQW = 5:
|
|
|
- gt 'katjaEv', '5'
|
|
|
+ xgt 'katjaEv', '5'
|
|
|
elseif katjaLernQW >= 6:
|
|
|
- gt 'katjaEv', '6'
|
|
|
+ xgt 'katjaEv', '6'
|
|
|
end
|
|
|
end
|
|
|
|