|
@@ -25,10 +25,10 @@ if $ARGS[0] = 'home':
|
|
|
'You walk up to the front door and knock.'
|
|
|
if hour >= 23:
|
|
|
'It''s too late in the day to visit Mr. Matveev'
|
|
|
- act 'Move away from the door':gt 'pavComplexb3', 'etaj_1'
|
|
|
+ act 'Move away from the door':gt 'pavComplex', 'start'
|
|
|
elseif hour < 15:
|
|
|
'Mr. Matveev is probably at work.'
|
|
|
- act 'Move away from the door':gt 'pavComplexb3', 'etaj_1'
|
|
|
+ act 'Move away from the door':gt 'pavComplex', 'start'
|
|
|
elseif newbath = 1 and rolanworker = 3 and hour >= 15 and hour < 23 and RolanLoc[hour] >= 2 and RolanLoc[hour] =< 8:
|
|
|
'You can''t wait to see Rolan''s face.'
|
|
|
act 'Ring the doorbell':gt 'rolanbath', 'surprise'
|
|
@@ -39,7 +39,7 @@ if $ARGS[0] = 'home':
|
|
|
act 'Enter': gt 'rolanapt','hallway'
|
|
|
else
|
|
|
'No one answers. Rolan is not home.'
|
|
|
- act 'Move away from the door':gt 'pavComplexb3', 'etaj_1'
|
|
|
+ act 'Move away from the door':gt 'pavComplex', 'start'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -113,7 +113,7 @@ if $ARGS[0] = 'hallway':
|
|
|
gt 'rolanapt', 'hallway'
|
|
|
end
|
|
|
else
|
|
|
- act 'Leave Rolan''s apartment': gt 'pavComplexb3', 'etaj_1'
|
|
|
+ act 'Leave Rolan''s apartment': gt 'pavComplex', 'start'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -525,7 +525,7 @@ if $ARGS[0] = 'grandmaroom':
|
|
|
'"That''s it," Rolan grabs his phone and dials a number. "Mr. Chervov? It''s Rolan Matveev here... yes, the janitor. There is a thief in my home..."'
|
|
|
*nl
|
|
|
'"A thief? But I... okay. Okay, I''ll leave."'
|
|
|
- act 'Leave':gt 'pavComplexb3', 'etaj_1'
|
|
|
+ act 'Leave':gt 'pavComplex', 'start'
|
|
|
end
|
|
|
end
|
|
|
end
|