|
@@ -1753,7 +1753,8 @@ if $ARGS[0] = 'hypnoProstitute':
|
|
|
elseif hypnoProstIsGuy = 4:
|
|
|
'As you are waiting... you come across a .'
|
|
|
elseif hypnoProstIsGuy = 5:
|
|
|
- if hynoOldGuyProst = 0:
|
|
|
+ if hypnoOldGuyProst = 0:
|
|
|
+ hypnoOldGuyProst = 1
|
|
|
'As you are waiting... you hear an elderly couple as they come out of the gas station. The two seem to be having an argument.'
|
|
|
'As they are passing you, you stop the old man and ask him; "Excuse me sir, would you have sex with me?"'
|
|
|
'The old woman looks at you incredulously, while the old man''s face breaks from astonishment to near laughter.'
|
|
@@ -1764,7 +1765,8 @@ if $ARGS[0] = 'hypnoProstitute':
|
|
|
act 'Continue waiting':
|
|
|
gt 'therapist', 'hypnoProstitute'
|
|
|
end
|
|
|
- elseif hynoOldGuyProst = 1:
|
|
|
+ elseif hypnoOldGuyProst = 1:
|
|
|
+ hypnoOldGuyProst = 2
|
|
|
'You wait for some time, but nothing interesting happens.'
|
|
|
act 'Continue waiting':
|
|
|
cla
|