|
@@ -66,7 +66,7 @@ if $ARGS[0] = 'firstvisit':
|
|
|
act 'You have to think about it':
|
|
|
ml_didntbuyguitarthefirstvisit = 1
|
|
|
'You hesitate for a moment, unsure whether to buy it or not and finally decide to not do it, at least not now. "I will have to talk to my mum first" you say to Jimmy. '
|
|
|
- 'He just nods "Don''t worry <<$pcs_name>>. You know what, I will put it aside for you for a bit in case you change your mind". He scribbles something on a post-it note, and sticks it on the guitar "I will try to keep the price the same, 3,400 rubels."'
|
|
|
+ 'He just nods "Don''t worry <<$pcs_firstname>>. You know what, I will put it aside for you for a bit in case you change your mind". He scribbles something on a post-it note, and sticks it on the guitar "I will try to keep the price the same, 3,400 rubels."'
|
|
|
act 'Leave': gt 'torgcentr'
|
|
|
end
|
|
|
else
|
|
@@ -92,7 +92,7 @@ if $ARGS[0] = 'cameback':
|
|
|
cla
|
|
|
'You walk up to the counter where Jimmy is busy tinkering with a guitar.'
|
|
|
'"Hi Jimmy... I was wondering if you still has that guitar..."'
|
|
|
- 'Jimmy looks up from the guitar "Hi <<$pcs_name>>, sure, I have it. Let me get it for you."'
|
|
|
+ 'Jimmy looks up from the guitar "Hi <<$pcs_firstname>>, sure, I have it. Let me get it for you."'
|
|
|
'He disappears for several minutes before he brings out the guitar. "See, all in good shape. Properly set up and everything."'
|
|
|
if money > 3400: act 'Buy a cheap acoustic guitar (3,400 <b>P</b>) - pay with cash': gt 'city_musicstore', 'buycheapacoustic', 'money'
|
|
|
if karta > 3400: act 'Buy a cheap acoustic guitar (3,400 <b>P</b>) - pay with card': gt 'city_musicstore', 'buycheapacoustic', 'karta'
|