|
@@ -1,4 +1,4 @@
|
|
|
-# postdeliveries
|
|
|
+# post_deliveries
|
|
|
|
|
|
!!variables used:
|
|
|
!!postamountrand = (0-2), whether there is a little, medium or lots of mail to deliver. Affects how much time you have to do other things
|
|
@@ -74,7 +74,7 @@ if $ARGS[0] = 'start':
|
|
|
else
|
|
|
'After another half hour you take another look in your bag. Damn, there''s still so much left to deliver! There''s no way you''ll be able to finish your round on time if you keep this up.'
|
|
|
end
|
|
|
- act 'During your round...':gt 'postdeliveries', 'event'
|
|
|
+ act 'During your round...':gt 'post_deliveries', 'event'
|
|
|
end
|
|
|
gs 'willpower', 'misc', 'self'
|
|
|
if will_cost <= pcs_willpwr:
|
|
@@ -93,7 +93,7 @@ if $ARGS[0] = 'start':
|
|
|
'After another half hour you take another look in your bag. Damn, there''s still so much left to deliver! You should be able to just about get it done on time, but you''re going to have to keep the pace up...'
|
|
|
end
|
|
|
|
|
|
- act 'During your round...':gt 'postdeliveries', 'event'
|
|
|
+ act 'During your round...':gt 'post_deliveries', 'event'
|
|
|
end
|
|
|
else
|
|
|
act 'Use the more dangerous shortcuts to save time (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
@@ -110,60 +110,60 @@ if $ARGS[0] = 'event':
|
|
|
end
|
|
|
!!change to determine which event is chosen. Easily moddable in case events ought to happen more or less often.
|
|
|
if eventrand <= 3 and posteventQW1 = 0:
|
|
|
- gt 'postdeliveries', '1'
|
|
|
+ gt 'post_deliveries', '1'
|
|
|
elseif eventrand <= 6 and posteventQW2 = 0:
|
|
|
- gt 'postdeliveries', '2'
|
|
|
+ gt 'post_deliveries', '2'
|
|
|
elseif eventrand <= 9 and posteventQW3 = 0:
|
|
|
- gt 'postdeliveries', '3'
|
|
|
+ gt 'post_deliveries', '3'
|
|
|
elseif eventrand <= 12 and posteventQW4 = 0:
|
|
|
- gt 'postdeliveries', '4'
|
|
|
+ gt 'post_deliveries', '4'
|
|
|
elseif eventrand <= 15 and posteventQW5 = 0:
|
|
|
-!! gt 'postdeliveries', '5' - pending follow up event/s
|
|
|
- gt 'postdeliveries', 'event'
|
|
|
+!! gt 'post_deliveries', '5' - pending follow up event/s
|
|
|
+ gt 'post_deliveries', 'event'
|
|
|
elseif eventrand <= 20:
|
|
|
- gt 'postdeliveries', '6'
|
|
|
+ gt 'post_deliveries', '6'
|
|
|
elseif eventrand <= 25:
|
|
|
- gt 'postdeliveries', '7'
|
|
|
+ gt 'post_deliveries', '7'
|
|
|
elseif eventrand <= 30:
|
|
|
- gt 'postdeliveries', '8'
|
|
|
+ gt 'post_deliveries', '8'
|
|
|
elseif eventrand <= 35:
|
|
|
- gt 'postdeliveries', '9'
|
|
|
+ gt 'post_deliveries', '9'
|
|
|
elseif eventrand <= 40:
|
|
|
- gt 'postdeliveries', '10'
|
|
|
+ gt 'post_deliveries', '10'
|
|
|
elseif eventrand <= 45:
|
|
|
- gt 'postdeliveries', '11'
|
|
|
+ gt 'post_deliveries', '11'
|
|
|
elseif eventrand <= 50:
|
|
|
- gt 'postdeliveries', '12'
|
|
|
+ gt 'post_deliveries', '12'
|
|
|
elseif eventrand <= 55:
|
|
|
- gt 'postdeliveries', '13'
|
|
|
+ gt 'post_deliveries', '13'
|
|
|
elseif eventrand <= 60:
|
|
|
- gt 'postdeliveries', '14'
|
|
|
+ gt 'post_deliveries', '14'
|
|
|
elseif eventrand <= 65:
|
|
|
- gt 'postdeliveries', '15'
|
|
|
+ gt 'post_deliveries', '15'
|
|
|
elseif eventrand <= 70:
|
|
|
- gt 'postdeliveries', '16'
|
|
|
+ gt 'post_deliveries', '16'
|
|
|
elseif eventrand <= 75:
|
|
|
- gt 'postdeliveries', '17'
|
|
|
+ gt 'post_deliveries', '17'
|
|
|
elseif eventrand <= 80:
|
|
|
- gt 'postdeliveries', '18'
|
|
|
+ gt 'post_deliveries', '18'
|
|
|
elseif eventrand <= 85:
|
|
|
- gt 'postdeliveries', '19'
|
|
|
+ gt 'post_deliveries', '19'
|
|
|
elseif eventrand <= 90:
|
|
|
- gt 'postdeliveries', '20'
|
|
|
+ gt 'post_deliveries', '20'
|
|
|
elseif eventrand <= 95:
|
|
|
- gt 'postdeliveries', '21'
|
|
|
+ gt 'post_deliveries', '21'
|
|
|
elseif eventrand <= 100:
|
|
|
- gt 'postdeliveries', '22'
|
|
|
+ gt 'post_deliveries', '22'
|
|
|
elseif eventrand <= 105:
|
|
|
- gt 'postdeliveries', '23'
|
|
|
+ gt 'post_deliveries', '23'
|
|
|
elseif eventrand <= 110:
|
|
|
- gt 'postdeliveries', '24'
|
|
|
+ gt 'post_deliveries', '24'
|
|
|
elseif eventrand <= 115:
|
|
|
- gt 'postdeliveries', '25'
|
|
|
+ gt 'post_deliveries', '25'
|
|
|
elseif eventrand <= 120:
|
|
|
- gt 'postdeliveries', '26'
|
|
|
+ gt 'post_deliveries', '26'
|
|
|
else
|
|
|
- gt 'postdeliveries', 'event'
|
|
|
+ gt 'post_deliveries', 'event'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -188,7 +188,7 @@ if $ARGS[0] = '1':
|
|
|
cla
|
|
|
'"Yea, no. How would your wife feel, if she knew another girl put those clothes on before her?" you ask him, and continue your round without saying another word.'
|
|
|
'The man doesn''t bother to object, and closes the door dejectedly. He knows you''re right.'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
else
|
|
|
act 'Refuse and continue your round (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
@@ -210,7 +210,7 @@ if $ARGS[0] = '1':
|
|
|
cla
|
|
|
'"Sorry, but no. I really shouldn''t. I have to go!" you tell him.'
|
|
|
'The man''s shoulders sag a little, but he was expecting this response. What girl would agree to model lingerie for some random guy she just met?'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
else
|
|
|
act 'Refuse (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
@@ -221,7 +221,7 @@ if $ARGS[0] = '1':
|
|
|
'"That... sounds interesting, but I really don''t have time," you apologize to the man. "I still have some mail to deliver."'
|
|
|
'He ponders for a moment, and suggests: "How about you come back after you finish your round? My wife won''t be home for a few more hours. Please?"'
|
|
|
'"I''ll think about it. I really have to go now! Maybe see you later!" you say, and continue your round.'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -259,7 +259,7 @@ if $ARGS[0] = '2':
|
|
|
'Jenya kisses her boyfriend passionately, as you turn your back to them and head for the door. "Don''t worry, babe. I''ll take care of you!" she tells him. "Maksim, you ready?"'
|
|
|
'The last thing you see before you close the door is Jenya dropping to her knees before Arsen.'
|
|
|
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
else
|
|
|
act 'Refuse and ask him to sign (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
@@ -273,7 +273,7 @@ if $ARGS[0] = '2':
|
|
|
'"Just a second, babe!" she tells him, as she walks you to the door and gives you a wicked grin: "This is gonna be great! I can''t wait to get my hands on you... see you soon!"'
|
|
|
'She gives you a quick kiss on the lips and closes the door.'
|
|
|
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -302,7 +302,7 @@ if $ARGS[0] = '3':
|
|
|
'This guy gives you the creeps! "Uhhh... I don''t think so, sir. I just need you to sign here so I can be on my way," you tell him.'
|
|
|
'The man smirks, but signs where you ask him to: "You''d rather be poor, huh? Suit yourself."'
|
|
|
'He slams the door shut before you can even say anything more.'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
else
|
|
|
act 'Just get his signature and leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
@@ -322,7 +322,7 @@ if $ARGS[0] = '3':
|
|
|
'"I''m not that kind of girl, sir. I just need you to sign here so I can be on my way," you tell him.'
|
|
|
'The man smirks, but signs where you ask him to: "Suit yourself."'
|
|
|
'He slams the door shut before you can even say anything more.'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
else
|
|
|
act 'Tell him you''re not interested (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
@@ -344,7 +344,7 @@ if $ARGS[0] = '3':
|
|
|
'"I don''t know... I don''t think I''ll be coming, sir. I just need you to sign here so I can be on my way," you tell him.'
|
|
|
'The man smirks at you, but signs where you ask him to and pulls the box out of your hands: "We''ll see. That''s what you girls all say, until you get sick of the crappily paid jobs you''re doing now and realize how much more comfortable your lives can be. Come find me, if you change your mind. And if you''re brave enough."'
|
|
|
'He winks at you, and then slams the door shut before you can say anything more.'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
else
|
|
|
act 'Say you probably won''t be coming (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
@@ -353,7 +353,7 @@ if $ARGS[0] = '3':
|
|
|
cla
|
|
|
'"Deal. I''ll come back once I''m done," you tell him. "I should be done around 15:00."'
|
|
|
'"Heh... I can''t wait. I have a feeling we''re going to be good friends," he grins, as he signs for his parcel. "See you then."'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -388,12 +388,12 @@ if $ARGS[0] = '4':
|
|
|
gs 'stat'
|
|
|
posteventQW4 = 1
|
|
|
'Not saying another word, you turn around and leave his apartment. Hopefully you''re right about the postmaster believing you...'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
else
|
|
|
act 'Stick to your guns and leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
end
|
|
|
- act 'Back down and agree to jerk him off': gt 'postevents', '4'
|
|
|
+ act 'Back down and agree to jerk him off': gt 'post_events', '4'
|
|
|
end
|
|
|
else
|
|
|
act 'Say you don''t care if he reports you (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
@@ -409,7 +409,7 @@ if $ARGS[0] = '4':
|
|
|
'You don''t like where this is going at all! Deciding you''re better off leaving his apartment while you still can, you bolt for the door and run away. You don''t trust him one bit... who knows what kind of other things he''d make you do!?'
|
|
|
'Once you''re a few houses away and look behind you, you realize there''s no way he can follow you. Not with the way he was dressed.'
|
|
|
'You take a deep breath, and look at your clipboard to see where you have to go next while you try to put the last guy out of your head. One signature will be missing from your list today, but surely the postmaster will understand when you explain what happened?'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
else
|
|
|
act 'Run away from him (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
@@ -430,12 +430,12 @@ if $ARGS[0] = '4':
|
|
|
posteventQW4 = 1
|
|
|
'When he slowly comes closer to you, you decide to quickly leave his apartment and run away while you still can. Who knows what else he''d make you do!?'
|
|
|
'Once you''re a few houses away and look back, you realize there''s no way he can follow you the way he was dressed. You take a deep breath, and look at your clipboard to see where you have to go next. One signature will be missing from your list today, but surely the postmaster will understand?'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
else
|
|
|
act 'Refuse and run away (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
end
|
|
|
- act 'Do as he says and jerk him off': gt 'postevents', '4'
|
|
|
+ act 'Do as he says and jerk him off': gt 'post_events', '4'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -462,7 +462,7 @@ if $ARGS[0] = '5':
|
|
|
gs 'stat'
|
|
|
'"Sorry guys, I have mail to deliver! No time to chat!" you say, and keep walking.'
|
|
|
'For a second you were afraid they were going to be more insistent, but luckily they leave you alone.'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
else
|
|
|
act 'Say you have no time (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
@@ -486,7 +486,7 @@ if $ARGS[0] = '5':
|
|
|
'One of the others interrupts you and says: "Well, it''s been nice getting to know you, but we shouldn''t keep you from your work any longer. Are you done any time soon? Perhaps you could guide us around town later? We''d love to hang out with you some more!"'
|
|
|
'Taking this as your cue to leave, you pick up your bag and think for a second. Do you?'
|
|
|
'Deciding to just leave it in the middle for now, you simply say: "I''ll think about it. Bye guys!" and leave the hostel.'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -511,7 +511,7 @@ if $ARGS[0] = '6':
|
|
|
gs 'stat'
|
|
|
'Even though you would like to sit down for a while, you decide it''s better to just deliver your mail first. You can relax when you''re done, right?'
|
|
|
'You ignore your aching feet and keep walking to your next address, and the one after that. You try to not let your feet slow you down, but the pain in your feet gets worse the longer you ignore it. You get used to it over time, but the constant nagging pain slowly wears down your mood a little while you continue your run.'
|
|
|
- act 'Continue':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
else
|
|
|
act 'No time for breaks, keep working! (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
@@ -551,7 +551,7 @@ if $ARGS[0] = '6':
|
|
|
'She turns out to have a very happy and bubbly personality, and enthusiastically talks to you about trivial things while you take your break.'
|
|
|
'Her cheerful nature spreads to you while the two of you talk, and you feel great by the time the two of you part ways. You resume your round with a slight spring in your step.'
|
|
|
end
|
|
|
- act 'Resume your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Resume your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -563,7 +563,7 @@ if $ARGS[0] = '7':
|
|
|
'<center><img <<$set_imgh>> src="images/locations/shared/postoffice/window.jpg"></center>'
|
|
|
'Continuing along your route, you manage to catch a glimpse through a nearby window to see a woman looking out over the street expectantly. She''s completely naked! You wonder who she''s waiting for...'
|
|
|
|
|
|
- act 'Who knows?':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Who knows?':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = '8':
|
|
@@ -575,7 +575,7 @@ if $ARGS[0] = '8':
|
|
|
'Another set of houses down, another street of mail to be delivered. You only get halfway down this row of buildings before you hear the ripping of threads and a firm tug against your bag. You look behind you to spot the nail that tore open your bag and the pile of letters that fell out onto the floor.'
|
|
|
'Sighing, you bend down and spend a couple of minutes hunting them all down and cramming them back into your broken bag. As you stand up to resume your round, you notice you now have to constantly make sure you don''t lose anything... that''s definitely going to slow you down for the rest of the day!'
|
|
|
|
|
|
- act 'Resume your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Resume your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = '9':
|
|
@@ -590,7 +590,7 @@ if $ARGS[0] = '9':
|
|
|
'One house down, two houses down, you''re on a roll with this set of houses, nothing can hold you back!'
|
|
|
'The driver of that car seems to have other ideas, however. You''d swear he purposely aimed for that puddle, dousing you in a huge spray of dirty, cold puddle water. You might be able to pull off the wet T-shirt look nicely, but this definitely put a dampener on your day! On the other hand: you''re improving the mood of everyone around you, with your boobs showing like this...'
|
|
|
|
|
|
- act 'Carry on, ignoring the cat calls':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Carry on, ignoring the cat calls':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = '10':
|
|
@@ -610,7 +610,7 @@ if $ARGS[0] = '10':
|
|
|
'The home owner is a bit startled to see you suddenly entering her back yard, but understands: "Oh don''t worry about Boomer! I know he looks scary, but he just wants to play!"'
|
|
|
'She signs for her mail so you can continue your round. You can still hear the dog barking angrily when you leave the street... no matter what that lady says, there''s no way you would enter that yard!'
|
|
|
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
end
|
|
|
act 'Try to draw the attention of the dog''s owner':
|
|
@@ -620,7 +620,7 @@ if $ARGS[0] = '10':
|
|
|
'It takes a good while for the person in the house to finally realize you need to talk to them, and after a few minutes a woman comes out with an apologetic smile.'
|
|
|
'"I''m so sorry, he''s usually never like this! He probably just wants to play!" she says, as she finally signs for her mail.'
|
|
|
'You managed to get her signature, but that did set you back a few minutes...'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -636,7 +636,7 @@ if $ARGS[0] = '11':
|
|
|
'At long last, you find a staircase leading upwards, to a shabby office. The man looks at you as if he doesn''t have time, and mutters: "You''re late, I needed this an hour ago! Leave now so I can work!"'
|
|
|
'After some convincing he finally signs so you can leave, but only after complaining about how late you are once more. What a jerk...'
|
|
|
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = '12':
|
|
@@ -664,7 +664,7 @@ if $ARGS[0] = '12':
|
|
|
'She bites her lip and shakes her head: "I... I won''t, <<$pcs_nickname>>. I''ll find a way to repay you."'
|
|
|
'"Good," you give her a satisfied nod, and leave her apartment.'
|
|
|
if NatbelQW['QWstage'] >= 5: 'You smile evilly as you walk down the stairs, replaying her words over and over in your mind. "I''ll find a way to repay you!" she said... you can think of several ways! Whether she''ll like them is a different matter...'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
end
|
|
|
act 'Stay a few minutes and try to cheer her up':
|
|
@@ -676,9 +676,9 @@ if $ARGS[0] = '12':
|
|
|
'"Natasha, wait!" you say, and put your foot between the door so she can''t close it.'
|
|
|
'She doesn''t have the energy to object when you enter her apartment, and you take her by the shoulder and chat with her for about ten minutes.'
|
|
|
'By the end you can see a faint smile on her face again... it may not make her problems go away, but at least you made her feel a bit better.'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = '13':
|
|
@@ -695,7 +695,7 @@ if $ARGS[0] = '13':
|
|
|
else
|
|
|
'Just before he closes the door completely, you''d swear you saw a nude girl walking through Sergey''s apartment! You didn''t get a good enough look to see who it is, though.'
|
|
|
end
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = '14':
|
|
@@ -716,7 +716,7 @@ if $ARGS[0] = '14':
|
|
|
'"Ah I see... you''re such a scatterbrain sometimes!" she smiles, and returns to the kitchen.'
|
|
|
'Your stepfather gives you a grateful nod as he signs your sheet, and whispers: "Phew! Thanks, <<$pcs_nickname>>... I didn''t want your mother to find out I bought her something! I''m waiting for the right time to give it to her, you see?"'
|
|
|
'You give him a conspiratory nod and turn around, you still have more mail to deliver! As you walk down the stairs, you can''t help but wonder what he bought her.'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
act 'Tell her you''re delivering a package':
|
|
|
cla
|
|
@@ -727,7 +727,7 @@ if $ARGS[0] = '14':
|
|
|
'"Silly <<$pcs_nickname>>, she can be such a scatterbrain sometimes!" she says, and goes back to the kitchen.'
|
|
|
'"I said ssssh! Your mother doesn''t know I bought her this, and I want to surprise her! What''s wrong with you!?" he sighs, definitely unhappy about you nearly ruining his surprise.'
|
|
|
'He signs your sheet quickly, and slams the door shut. As you walk down the stairs, you can''t help but wonder what he bought her.'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -746,7 +746,7 @@ if $ARGS[0] = '15':
|
|
|
'When he turns around, you can see the clear outline of a gun in his jacket. Yikes!'
|
|
|
'You definitely don''t want to bother him again, so you quickly forge a signature on your sheet and walk down the stairs again. There''s no way you''ll get complaints about this package... but you can''t help but wonder why he was so paranoid. And rather: what you just brought him!'
|
|
|
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = '16':
|
|
@@ -768,7 +768,7 @@ if $ARGS[0] = '16':
|
|
|
'"Oh, she sent you to the wrong room?" the doctor laughs, when the receptionist explains why you look so pale. "That wasn''t very smart of you, Tanya!"'
|
|
|
'He signs your form without giving it another thought, and dismisses you. Your heart is still pounding when Tanya walks you out of the clinic, apologizing all the way.'
|
|
|
'The image of those dead people will be haunting you for a while...'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -787,7 +787,7 @@ if $ARGS[0] = '17':
|
|
|
'"The guys are on their way, you just lie there and be pretty for a while!" he smirks. Then he turns back to you and says: "I swear, sometimes I think she does it on purpose! Horny little bitch... anyway, here''s a pen. You can keep that. Have a nice day, miss."'
|
|
|
'He ushers you out the door, and you quickly cast one more glance at the girl on your way out. You wonder what he has in store for her...'
|
|
|
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = '18':
|
|
@@ -805,7 +805,7 @@ if $ARGS[0] = '18':
|
|
|
'"Damn, you''re no fun..." she groans mockingly, when you try to just get her to sign so you can be on your way. "Are you sure you don''t want to come in for a little while? You seem stressed, I bet I could help you relax..."'
|
|
|
'You respectfully decline the offer, and turn around to continue your round. You''d swear you feel a bit wobbly, just from standing near that house for so long!'
|
|
|
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = '19':
|
|
@@ -823,7 +823,7 @@ if $ARGS[0] = '19':
|
|
|
'"Thanks! You have a nice day, miss!" he says, giving you a friendly nod before closing the door again.'
|
|
|
'You bury your head in your hands for a moment and let out a deep sigh; what must that man be thinking of you right now? That was definitely not your proudest moment...'
|
|
|
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = '20':
|
|
@@ -848,7 +848,7 @@ if $ARGS[0] = '20':
|
|
|
'"Thank you so much, I wish I could but I really have to go!" you smile apologetically at the woman.'
|
|
|
'"I understand... you youngsters, always on the move!" she laughs heartily. She offers you a small paper bag: "Here, at least take some cookies! You look like you could use a snack for the road!"'
|
|
|
'The burly guys give you a friendly nod on your way out of the building, wishing you a good day. Maybe this area isn''t so bad after all... and those cookies are really good, too!'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -866,7 +866,7 @@ if $ARGS[0] = '21':
|
|
|
'"My new tail! Isn''t it adorable? I''m so happy right now! Master will be so happy, too! You''re the best!" she squees again, besides herself with happiness. She moves her bare ass back and forth, making it look like she''s wagging her tail at you.'
|
|
|
'You''re not entirely surprised when you see her signature looks exactly like a cat''s paw.'
|
|
|
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = '22':
|
|
@@ -883,7 +883,7 @@ if $ARGS[0] = '22':
|
|
|
'"Where is that bastard!?" Mr. Barlovsky yells, when the other men finally reach you. "You, girl! Did he tell you where he was going?"'
|
|
|
'You shrug, but offer him his mail. He signs absent-mindedly, tracking the horizon for a sign of the man who just ran off. You wonder what he did to make Mr. Barlovsky this angry...'
|
|
|
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = '23':
|
|
@@ -901,7 +901,7 @@ if $ARGS[0] = '23':
|
|
|
'"Come on, show me again! It''ll be fine. See? She''s no longer looking!" the guy says, laughing.'
|
|
|
'"You think that was funny!? You can be such an ass sometimes!" the girl sneers at him, as you walk around the corner and out of earshot. Sounds like he''s in trouble...'
|
|
|
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = '24':
|
|
@@ -912,7 +912,7 @@ if $ARGS[0] = '24':
|
|
|
'<center><img <<$set_imgh>> src="images/locations/shared/postoffice/mailbox.jpg"></center>'
|
|
|
'While you walk through the posh area of town, you see the strangest mailbox! Whoever lives here must have a lot of money, if even their mailbox is this fancy...'
|
|
|
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = '25':
|
|
@@ -934,7 +934,7 @@ if $ARGS[0] = '25':
|
|
|
'Surely she''s not talking about the strap-on? Judging from the size of the package, it''s even larger than the strap-on she''s wearing now!'
|
|
|
'She quickly closes the door while tearing the box open, and through the door you can hear her voice: "The Black Stallion I ordered just arrived, sweetie! I hope you''re ready!"'
|
|
|
'Poor guy...'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -959,7 +959,7 @@ if $ARGS[0] = '26':
|
|
|
gs 'stat'
|
|
|
'"Sorry kid, I have no time to deliver your note, very busy day today!" you shrug at him, and keep walking.'
|
|
|
'The boy''s shoulders sag, and he sadly looks at the note he has in his hand. How is he going to get it delivered to her, if even the postal service won''t help him?'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
else
|
|
|
act 'Decline and say you''re in a hurry (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
@@ -978,7 +978,7 @@ if $ARGS[0] = '26':
|
|
|
'You lose track of them for a moment, but after a quick search you see them walking. "Excuse me, miss! I have a note for you!" you shout after them, and walk towards them.'
|
|
|
'The mother looks at you a bit surprised, but you stop her before she can say something and say: "Not for you... but for you!" as you hand the note to the little girl.'
|
|
|
'She needs her mother''s help to read the note, but a big grin appears on her face when her mother explains who it''s from. It may have cost you a few minutes, and it will cost you a few minutes more to get back on track, but the feeling you get from seeing her genuine happiness is amazing! When you''re about to leave, her mother stops you and gives you 100 <b>₽</b> and says: "What a nice thing of you to do! Thank you so much, that made her day!"'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -1003,19 +1003,19 @@ if $ARGS[0] = 'resume':
|
|
|
'You''re almost done in the streets you''re not supposed to be in! With only a few mail pieces to go, you suddenly hear a deep voice behind you: "You, girl. Come here!"'
|
|
|
'Before you can do anything, two men catch up to you and block your path.'
|
|
|
|
|
|
- act 'See what they want': gt 'postdeliveries', 'bandits'
|
|
|
+ act 'See what they want': gt 'post_deliveries', 'bandits'
|
|
|
else
|
|
|
*clr
|
|
|
'<center><img <<$set_imgh>> src="images/locations/shared/postoffice/shush.jpg"></center>'
|
|
|
'You''re almost done in the streets you''re not supposed to be in! With only a few mail pieces to go, you suddenly hear a deep voice behind you: "I see you came back to play! We''ve been keeping an eye on you for a while..."'
|
|
|
'Before you can do anything, two men catch up to you and block your path.'
|
|
|
|
|
|
- act 'See what they want': gt 'postdeliveries', 'bandits'
|
|
|
+ act 'See what they want': gt 'post_deliveries', 'bandits'
|
|
|
end
|
|
|
else
|
|
|
'You can''t help but feel a bit relieved, as you walk through the last of the streets you''re not supposed to be in. Looks like, if there actually were guys following you, they decided not to bother you today.'
|
|
|
!!second round of events
|
|
|
- act 'Then...':gt 'postdeliveries', 'event'
|
|
|
+ act 'Then...':gt 'post_deliveries', 'event'
|
|
|
end
|
|
|
else
|
|
|
if postamountrand = 0: minut += 50
|
|
@@ -1024,7 +1024,7 @@ if $ARGS[0] = 'resume':
|
|
|
gs 'stat'
|
|
|
'Before you know it, you only have a few mail pieces left.'
|
|
|
!!second round of events
|
|
|
- act 'Then...':gt 'postdeliveries', 'event'
|
|
|
+ act 'Then...':gt 'post_deliveries', 'event'
|
|
|
end
|
|
|
!!if after second event
|
|
|
else
|
|
@@ -1040,7 +1040,7 @@ if $ARGS[0] = 'resume':
|
|
|
else
|
|
|
'You check the time and see it''s already well past 15:00. The postmaster won''t be happy...'
|
|
|
end
|
|
|
- act 'Return to the post office': gt 'postdeliveries', 'finishround'
|
|
|
+ act 'Return to the post office': gt 'post_deliveries', 'finishround'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -1063,7 +1063,7 @@ if $ARGS[0] = 'bandits':
|
|
|
'"What do you mean, play!? Let go of me!" you shout at him.'
|
|
|
'The man tightens his grip on your shoulders and says: "Shut up and listen. We had a deal with the previous delivery girl. Eager little slut, she was! She even made a game out of it... if she used our streets during her round, she''d do what we want if we caught her. Since you took her place, that goes for you too. We''ll go easy on you this time, but now that you know the rules: if we see you again around here, you better be ready to put out if you want to keep your job. Understood?"'
|
|
|
'He doesn''t wait for an answer but walks away with his friend, leaving you alone to collect your thoughts. What the hell did they make that girl do!?'
|
|
|
- act 'Deliver the last envelopes in your bag':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Deliver the last envelopes in your bag':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
end
|
|
|
else
|
|
@@ -1091,26 +1091,26 @@ if $ARGS[0] = 'bandits':
|
|
|
'You''re a good enough runner to outrun them, despite the bag you''re carrying.'
|
|
|
'Once you''re sure you''ve lost them, you stop to catch your breath. They probably gave up on chasing you.'
|
|
|
'You smile to yourself: "Nice try, idiots..."'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
elseif begresult >= 23 and randrun = 1:
|
|
|
'You manage to break free from them and start running, but the strap of your bag gets caught on a fence when you try to run away.'
|
|
|
'The guys are upon you moments later, grabbing onto you tightly to make sure you can''t try to run again.'
|
|
|
'"Nice try, bitch! You almost got away... almost, but not quite!" one of them pants, gasping for breath.'
|
|
|
'They drag you away from the street, entering an alleyway between two buildings. They have a firm grip on you, and the two of them look way too tough to fight. Looks like you have no choice...'
|
|
|
- act 'Continue':gt 'postdeliveries', 'bandsex'
|
|
|
+ act 'Continue':gt 'post_deliveries', 'bandsex'
|
|
|
elseif begresult >= 23 and randrun = 2:
|
|
|
'You manage to break free from them and start running, but you almost immediately trip over a loose rock you failed to notice.'
|
|
|
'The guys are upon you moments later, and one of them places his knee between your shoulder blades as you scramble to try and get back on your feet.'
|
|
|
'"Nice try, bitch! Looks like you''re ours, though!" one of them grins, somewhat amused at how clumsily you tripped over that rock.'
|
|
|
'They hoist you up and drag you away from the street, entering an alleyway between two buildings. They have a firm grip on you, and the two of them look way too tough to fight. Looks like you have no choice...'
|
|
|
''
|
|
|
- act 'Continue':gt 'postdeliveries', 'bandsex'
|
|
|
+ act 'Continue':gt 'post_deliveries', 'bandsex'
|
|
|
else
|
|
|
'"Where the fuck do you think you''re going!?" his friend yells when he notices you''re trying to yank the bag out of his hands. The guy who initially talked to you firmly grabs you by the arms, with a wide grin on his face. Uh oh!'
|
|
|
'"Hah! Nice try, but it''s too late to run now!" he laughs, somehow entertained by your failed attempt to get away.'
|
|
|
'They drag you away from the street, entering an alleyway between two buildings. They have a firm grip on you, and the two of them look way too tough to fight. Looks like you have no choice...'
|
|
|
''
|
|
|
- act 'Continue':gt 'postdeliveries', 'bandsex'
|
|
|
+ act 'Continue':gt 'post_deliveries', 'bandsex'
|
|
|
end
|
|
|
end
|
|
|
else
|
|
@@ -1120,7 +1120,7 @@ if $ARGS[0] = 'bandits':
|
|
|
cla
|
|
|
'They look like they''re pretty fast, and way too strong to fight off. You quietly resign to the fact that there''s no way you''re getting out of this, and meekly let them guide you to behind the building.'
|
|
|
''
|
|
|
- act 'Behind the building...':gt 'postdeliveries', 'bandsex'
|
|
|
+ act 'Behind the building...':gt 'post_deliveries', 'bandsex'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -1152,7 +1152,7 @@ if $ARGS[0] = 'bandsex':
|
|
|
gs 'stat'
|
|
|
'While you quickly cover up, his friend smiles benevolently and offers you your bag: "See, what wasn''t so bad!"'
|
|
|
'You quickly take it out of his hands and leave, assuming they''re done with you. From the greedy looks in their eyes, you figure they will probably expect more from you if they catch you again.'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
else
|
|
|
act 'Agree to show your boobs (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
@@ -1167,7 +1167,7 @@ if $ARGS[0] = 'bandsex':
|
|
|
'"You could''ve easily prevented this! If only you weren''t such a prude..." he grins cruelly.'
|
|
|
'His friend mockingly pretends to be warming his hands over the smouldering remains of the letters and laughs: "Good luck finding a new job. Now get lost!"'
|
|
|
'When you pick up the empty bag and return to the street dejectedly, you realize he''s right. You''re going to get fired, for sure!'
|
|
|
- act 'Return to the post office':gt 'postdeliveries', 'finishround'
|
|
|
+ act 'Return to the post office':gt 'post_deliveries', 'finishround'
|
|
|
end
|
|
|
elseif postbandQW = 2:
|
|
|
'You follow the two men to behind the building again, while one of them digs through your bag.'
|
|
@@ -1184,7 +1184,7 @@ if $ARGS[0] = 'bandsex':
|
|
|
gs 'arousal',5 ,'flash'
|
|
|
gs 'stat'
|
|
|
'They give you back your bag, and shoo you away. Looks like they''re satisfied for now.'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
elseif postbandQW = 3:
|
|
|
'"Strip!" one of them orders you, once you''re behind the building.'
|
|
@@ -1213,7 +1213,7 @@ if $ARGS[0] = 'bandsex':
|
|
|
'Then he lets you leave. Their words keep lingering in your mind, though. They obviously expect you to put out next time, demanding you give them a blowjob just to walk through some streets! And who knows what else they''ll want, after that! Is it even worth it?'
|
|
|
'You complete your round without any more issues. The guys see you walking several times more, but other than a few lewd remarks they leave you alone.'
|
|
|
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
end
|
|
|
elseif postbandQW = 4:
|
|
@@ -1266,14 +1266,14 @@ if $ARGS[0] = 'bandsex':
|
|
|
act 'Leave quickly':
|
|
|
cla
|
|
|
'You quickly find your bag and leave the apartment, before they come find you again. There''s no way either of them will settle for a handjob now, if they catch you again...'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
end
|
|
|
act 'Put your clothes back on and leave':
|
|
|
cla
|
|
|
'You quickly put your clothes back on, ignoring the man''s cum on your body. The other guy might come looking for you too!'
|
|
|
'You quickly pull your bag out of his hand when you leave the apartment, and walk away to finish your round.'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
end
|
|
|
else
|
|
@@ -1299,7 +1299,7 @@ if $ARGS[0] = 'bandsex':
|
|
|
cla
|
|
|
gs 'stat'
|
|
|
'You quickly walk away from him before he can say anything, and continue your round as usual. Despite the hold-up you''re done a fair bit earlier than usual, but the tangy taste in your mouth is a constant reminder of what you had to do for it.'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
act 'Ask if you''re supposed to give him a blowjob too':
|
|
|
cls
|
|
@@ -1320,7 +1320,7 @@ if $ARGS[0] = 'bandsex':
|
|
|
'<center><img <<$set_imgh>> src="images/locations/shared/postoffice/postgirl.jpg"></center>'
|
|
|
'You quickly leave the apartment before they come find you again, and complete your round without any more issues. You run into the guys several times more, but other than a few lewd remarks they leave you alone.'
|
|
|
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -1345,7 +1345,7 @@ if $ARGS[0] = 'bandsex':
|
|
|
'"Yea, okay..." you nod, before leaving the apartment.'
|
|
|
end
|
|
|
'The other guy was already standing by with your bag, letting you get on your way.'
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
else
|
|
|
cla
|
|
|
*clr
|
|
@@ -1414,7 +1414,7 @@ if $ARGS[0] = 'bandsex':
|
|
|
'You quickly put your clothes back on, so you can resume your round as soon as possible. The sexual services the guys want from you barely take up any time any more, now that you''re getting to know their cocks better.'
|
|
|
'"Bye, boys! See you next time!" you grin at them.'
|
|
|
|
|
|
- act 'Continue your round':gt 'postdeliveries', 'resume'
|
|
|
+ act 'Continue your round':gt 'post_deliveries', 'resume'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -1469,11 +1469,11 @@ if $ARGS[0] = 'finishround':
|
|
|
if postjobQW = 999: '"I better let Aleksiy know he needs to come in again on Saturdays, from now on. I knew I shouldn''t have trusted you!" he sighs, shaking his head in disappointment as he walks off. Guess you''re not getting paid for the day...'
|
|
|
!! actions after your round is finished, default plus options if a long scene was triggered during your round
|
|
|
act 'Leave':gt 'pav_commercial'
|
|
|
- if posteventQW1 = 2: act 'Return to the married man''s house': gt 'postevents', '1'
|
|
|
- if posteventQW2 = 2: act 'Go back to Jenya and Arsen''s apartment': gt 'postevents', '2'
|
|
|
- if posteventQW3 = 2: act 'Return to the businessman''s house': gt 'postevents', '3'
|
|
|
-!! if posteventQW5 = 2: act 'Return to the hostel to rejoin the tourists': gt 'postevents', '5'
|
|
|
+ if posteventQW1 = 2: act 'Return to the married man''s house': gt 'post_events', '1'
|
|
|
+ if posteventQW2 = 2: act 'Go back to Jenya and Arsen''s apartment': gt 'post_events', '2'
|
|
|
+ if posteventQW3 = 2: act 'Return to the businessman''s house': gt 'post_events', '3'
|
|
|
+!! if posteventQW5 = 2: act 'Return to the hostel to rejoin the tourists': gt 'post_events', '5'
|
|
|
end
|
|
|
|
|
|
---- postdeliveries ---------------------------------
|
|
|
+--- post_deliveries ---------------------------------
|
|
|
|