|
@@ -1,10 +1,10 @@
|
|
|
-# pavtrain_market
|
|
|
+# pav_train_market
|
|
|
|
|
|
$location_type = 'public_outdoors'
|
|
|
if $ARGS[0] = 'start':
|
|
|
$metka = 'start'
|
|
|
- $loc = 'pavtrain_market'
|
|
|
- $menu_loc = 'pavtrain_market'
|
|
|
+ $loc = 'pav_train_market'
|
|
|
+ $menu_loc = 'pav_train_market'
|
|
|
$menu_arg = 'start'
|
|
|
menu_off = 0
|
|
|
CLOSE ALL
|
|
@@ -28,7 +28,7 @@ if $ARGS[0] = 'start':
|
|
|
end
|
|
|
*nl
|
|
|
'This small open air market is located near the train station.'
|
|
|
- if arturQW = 1 and (week = 6 or week = 7) and hour < 12: act 'Wait for Arthur to arrive':hour = 12 & gt 'pavtrain_market', 'start'
|
|
|
+ if arturQW = 1 and (week = 6 or week = 7) and hour < 12: act 'Wait for Arthur to arrive':hour = 12 & gt 'pav_train_market', 'start'
|
|
|
*nl
|
|
|
if hour >= 8 and hour <= 18:
|
|
|
'The market stalls are buzzing with shoppers. Everyone seems to be in a good mood and you can hear back and forth bargaining as you pass by.'
|
|
@@ -39,17 +39,17 @@ if $ARGS[0] = 'start':
|
|
|
act 'Reject him':
|
|
|
*clr & cla
|
|
|
'You pretend not to understand what he is saying, smiling and shaking your head as you move away from him.'
|
|
|
- act 'Return':gt 'pavtrain_market', 'start'
|
|
|
+ act 'Return':gt 'pav_train_market', 'start'
|
|
|
end
|
|
|
act 'Go with him':gt 'gevent', '3'
|
|
|
|
|
|
exit
|
|
|
end
|
|
|
|
|
|
- act 'Go back to the station': minut += 3 & gt 'pavtrain'
|
|
|
- act 'Wander through the market': gt 'pavtrain_market','events'
|
|
|
- if pavtrain_book = 1: act 'Go to the book stall': minut += 5 & gt 'pavtrain_market', 3
|
|
|
- if pavmarket_porn = 1: act 'Go to the porn stall': minut += 5 & gt 'pavtrain_market', 4
|
|
|
+ act 'Go back to the station': minut += 3 & gt 'pav_train'
|
|
|
+ act 'Wander through the market': gt 'pav_train_market','events'
|
|
|
+ if pavtrain_book = 1: act 'Go to the book stall': minut += 5 & gt 'pav_train_market', 3
|
|
|
+ if pavmarket_porn = 1: act 'Go to the porn stall': minut += 5 & gt 'pav_train_market', 4
|
|
|
|
|
|
if arturKnow = 1 and arturQW = 0:
|
|
|
act 'Look for Arthur':gt 'arturRinok', 'start'
|
|
@@ -61,7 +61,7 @@ if $ARGS[0] = 'start':
|
|
|
if hour = 16 and minut <= 30:
|
|
|
act 'Look for Arthur':gt 'arturRinok', 'work_2'
|
|
|
elseif hour < 16:
|
|
|
- act 'Wait for Arthur to arrive':hour = 16 & minut = 0 & gt 'pavtrain_market', 'start'
|
|
|
+ act 'Wait for Arthur to arrive':hour = 16 & minut = 0 & gt 'pav_train_market', 'start'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -74,7 +74,7 @@ if $ARGS[0] = 'start':
|
|
|
gs'stat'
|
|
|
'You stand quietly by the entrance to the market, waiting for customers and displaying your tapestries. Shortly buyers start to gather, but a large, muscular man approaches you and says, "It is illegal to trade in the market without a trader''s license, but I may be interesting in buying your tapestries, 1000 <b>₽</b> apiece. Come and see me at my stall."'
|
|
|
'Not wanting to get into trouble, you pack your stuff away. The man was already gone, but you saw which direction he went and he should be easy to find.'
|
|
|
- act 'Leave':gt 'pavtrain_market', 'start'
|
|
|
+ act 'Leave':gt 'pav_train_market', 'start'
|
|
|
end
|
|
|
elseif gobelen > 0 and gobQW >= 1:
|
|
|
act'Sell tapestry':
|
|
@@ -90,14 +90,14 @@ if $ARGS[0] = 'start':
|
|
|
minut += 5
|
|
|
'The man greets you and introduces himself as Roman, you tell him that your name is <<$pcs_nickname>>. After a brief chat Roman says that he is interested in seeing what you have for sale.'
|
|
|
end
|
|
|
- act 'Leave':gt 'pavtrain_market', 'start'
|
|
|
+ act 'Leave':gt 'pav_train_market', 'start'
|
|
|
act'Show your tapestry':
|
|
|
*clr & cla
|
|
|
gobelen -= 1
|
|
|
money += 1000
|
|
|
gs'stat'
|
|
|
'You show your tapestry to Roman and he gives you five hundred for it. You take the money and give him the tapestry.'
|
|
|
- act 'Leave':gt 'pavtrain_market', 'start'
|
|
|
+ act 'Leave':gt 'pav_train_market', 'start'
|
|
|
end
|
|
|
if gobelen > 1:
|
|
|
act'Sell all of your tapestries':
|
|
@@ -106,7 +106,7 @@ if $ARGS[0] = 'start':
|
|
|
money += gobelen * 1000
|
|
|
gobelen = 0
|
|
|
gs'stat'
|
|
|
- act 'Leave':gt 'pavtrain_market', 'start'
|
|
|
+ act 'Leave':gt 'pav_train_market', 'start'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -144,12 +144,12 @@ if $ARGS[0] = 'start':
|
|
|
money -= 500
|
|
|
ricewine = 1
|
|
|
'You hand the woman the money and she gives you the wine.'
|
|
|
- act 'Leave': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Leave': gt 'pav_train_market', 'start'
|
|
|
end
|
|
|
else
|
|
|
'You are chocked by the high price and realize that you cannot afford the wine. You apologize and turn away.'
|
|
|
|
|
|
- act 'Leave the market': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Leave the market': gt 'pav_train_market', 'start'
|
|
|
|
|
|
act 'Continue browsing the market':
|
|
|
*clr & cla
|
|
@@ -164,9 +164,9 @@ if $ARGS[0] = 'start':
|
|
|
|
|
|
act 'Refuse':
|
|
|
'You decline his offer as he upsettingly walks away.'
|
|
|
- act 'Leave': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Leave': gt 'pav_train_market', 'start'
|
|
|
end
|
|
|
- act 'Agree': porndeal = 1 & gt 'pavtrain_market', 4
|
|
|
+ act 'Agree': porndeal = 1 & gt 'pav_train_market', 4
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -182,7 +182,7 @@ if $ARGS[0] = 'start':
|
|
|
end
|
|
|
'You look around the market, but the Chinese vendors don''t seem to be here today.'
|
|
|
|
|
|
- act 'Leave': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Leave': gt 'pav_train_market', 'start'
|
|
|
end
|
|
|
if porndeal = 1 and ricewine ! 1 and porndealday ! daystart:
|
|
|
*clr & cla
|
|
@@ -198,10 +198,10 @@ if $ARGS[0] = 'start':
|
|
|
ricewine = 1
|
|
|
'"Do you have the wine?" you counter.'
|
|
|
'He pulls the bottle out of his backpack and you trade items.'
|
|
|
- act 'Leave': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Leave': gt 'pav_train_market', 'start'
|
|
|
else
|
|
|
'You tell him that you haven''t had time to pick up the magazine yet but you were working on it.'
|
|
|
- act 'Leave': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Leave': gt 'pav_train_market', 'start'
|
|
|
end
|
|
|
elseif porndeal = 1 and ricewine ! 1 and porndealday = daystart and lookboy = 0:
|
|
|
*clr & cla
|
|
@@ -210,11 +210,11 @@ if $ARGS[0] = 'start':
|
|
|
lookboy = 1
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/chinese_stall01.jpg"></center>'
|
|
|
'You look around the market for the boy from the Chinese stall, but you can''t find him. You decide to look for him another day.'
|
|
|
- act 'Leave': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Leave': gt 'pav_train_market', 'start'
|
|
|
end
|
|
|
else
|
|
|
'The market stalls are empty. The market is only open between 08:00 and 19:00.'
|
|
|
- act 'Go back to the station': minut += 3 & gt 'pavtrain'
|
|
|
+ act 'Go back to the station': minut += 3 & gt 'pav_train'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -227,12 +227,12 @@ if $ARGS[0] = 'events':
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/brodit'+rand(1,16)+'.jpg"></center>'
|
|
|
'You wander around the market taking in the sounds and colours but nothing catches your eye.'
|
|
|
|
|
|
- act 'Stop wandering': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Stop wandering': gt 'pav_train_market', 'start'
|
|
|
if hour >= 8 and hour <= 18:
|
|
|
- act 'Wander around the market': gt 'pavtrain_market','events'
|
|
|
+ act 'Wander around the market': gt 'pav_train_market','events'
|
|
|
end
|
|
|
|
|
|
- if rand(0,3) = 0: gt 'pavtrain_market', rand(1,19)
|
|
|
+ if rand(0,3) = 0: gt 'pav_train_market', rand(1,19)
|
|
|
end
|
|
|
|
|
|
if ARGS[0] = 1:
|
|
@@ -246,9 +246,9 @@ if ARGS[0] = 1:
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/poproshaika2.jpg"></center>'
|
|
|
'You ignore the beggar and pretend not to hear him.'
|
|
|
- act 'Stop wandering': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Stop wandering': gt 'pav_train_market', 'start'
|
|
|
if hour >= 8 and hour <= 18:
|
|
|
- act 'Wander around the market': gt 'pavtrain_market','events'
|
|
|
+ act 'Wander around the market': gt 'pav_train_market','events'
|
|
|
end
|
|
|
end
|
|
|
act 'Give some money':
|
|
@@ -258,9 +258,9 @@ if ARGS[0] = 1:
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/podaet.jpg"></center>'
|
|
|
'You give the beggar a few rubles which he kindly thanks you for.'
|
|
|
- act 'Stop wandering': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Stop wandering': gt 'pav_train_market', 'start'
|
|
|
if hour >= 8 and hour <= 18:
|
|
|
- act 'Wander around the market': gt 'pavtrain_market','events'
|
|
|
+ act 'Wander around the market': gt 'pav_train_market','events'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -272,9 +272,9 @@ if ARGS[0] = 2:
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/dedgitara.jpg"></center>'
|
|
|
'You see an old man playing the guitar. He''s trying to avert as much attention as he can to himself.'
|
|
|
- act 'Stop wandering': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Stop wandering': gt 'pav_train_market', 'start'
|
|
|
if hour >= 8 and hour <= 18:
|
|
|
- act 'Wander around the market': gt 'pavtrain_market','events'
|
|
|
+ act 'Wander around the market': gt 'pav_train_market','events'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -289,9 +289,9 @@ if ARGS[0] = 3:
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/book.jpg"></center>'
|
|
|
end
|
|
|
'You find a stall selling various books, there are fantasy books, science fiction and romance novels, all of which costs only 350 <b>₽</b> each.'
|
|
|
- act 'Stop wandering': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Stop wandering': gt 'pav_train_market', 'start'
|
|
|
if hour >= 8 and hour <= 18:
|
|
|
- act 'Wander around the market': gt 'pavtrain_market','events'
|
|
|
+ act 'Wander around the market': gt 'pav_train_market','events'
|
|
|
end
|
|
|
if money >= 350:
|
|
|
act 'Buy a fantasy book (350 <b>₽</b>)':
|
|
@@ -302,7 +302,7 @@ if ARGS[0] = 3:
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/shared/accessories/books/fantasy' + rand(1,9) + '.jpg"></center>'
|
|
|
'You bought a fantasy book for 350 <b>₽</b>.'
|
|
|
- act 'Leave':gt 'pavtrain_market', 'start'
|
|
|
+ act 'Leave':gt 'pav_train_market', 'start'
|
|
|
end
|
|
|
end
|
|
|
if money >= 350:
|
|
@@ -314,7 +314,7 @@ if ARGS[0] = 3:
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/shared/accessories/books/scifi' + rand(1,6) + '.jpg"></center>'
|
|
|
'You bought a science ficiton book for 350 <b>₽</b>.'
|
|
|
- act 'Leave':gt 'pavtrain_market', 'start'
|
|
|
+ act 'Leave':gt 'pav_train_market', 'start'
|
|
|
end
|
|
|
end
|
|
|
if money >= 350:
|
|
@@ -326,7 +326,7 @@ if ARGS[0] = 3:
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/shared/accessories/books/romance' + rand(1,20) + '.jpg"></center>'
|
|
|
'You bought a romance novel for 350 <b>₽</b>.'
|
|
|
- act 'Leave':gt 'pavtrain_market', 'start'
|
|
|
+ act 'Leave':gt 'pav_train_market', 'start'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -338,9 +338,9 @@ if ARGS[0] = 4:
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/pornmag.jpg"></center>'
|
|
|
'You find a small stall that has many shelves with a large variety of porn magazines, a pack of brand new porn playing cards, and you can see several sex toys just behind the counter. The salesman watches over his stall with shifty eyes.'
|
|
|
- act 'Stop wandering': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Stop wandering': gt 'pav_train_market', 'start'
|
|
|
if hour >= 8 and hour <= 18:
|
|
|
- act 'Wander around the market': gt 'pavtrain_market','events'
|
|
|
+ act 'Wander around the market': gt 'pav_train_market','events'
|
|
|
end
|
|
|
if money >= 699 and card < 2:
|
|
|
act 'Buy cards (699 <b>₽</b>)':
|
|
@@ -353,8 +353,8 @@ if ARGS[0] = 4:
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/pornmag.jpg"></center>'
|
|
|
'You try not to look into the eyes of the porn dealer as you count the money. You quickly grab the cards and shove them in your purse.'
|
|
|
- act 'Leave':gt 'pavtrain_market', 'start'
|
|
|
- act 'Buy something else':gt 'pavtrain_market', 4
|
|
|
+ act 'Leave':gt 'pav_train_market', 'start'
|
|
|
+ act 'Buy something else':gt 'pav_train_market', 4
|
|
|
end
|
|
|
end
|
|
|
if porndeal = 1:
|
|
@@ -367,8 +367,8 @@ if ARGS[0] = 4:
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/pornmag.jpg"></center>'
|
|
|
'You try your best not to look into the eyes of the porn dealer as you count the money. You take the magazine and quickly hide it.'
|
|
|
- act 'Leave':gt 'pavtrain_market', 'start'
|
|
|
- act 'Buy something else':gt 'pavtrain_market', 4
|
|
|
+ act 'Leave':gt 'pav_train_market', 'start'
|
|
|
+ act 'Buy something else':gt 'pav_train_market', 4
|
|
|
end
|
|
|
end
|
|
|
else
|
|
@@ -378,24 +378,24 @@ if ARGS[0] = 4:
|
|
|
gs 'arousal', 'end'
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/pornmag.jpg"></center>'
|
|
|
- act 'Leave':gt 'pavtrain_market', 'start'
|
|
|
- act 'Look for something else':gt 'pavtrain_market', 4
|
|
|
+ act 'Leave':gt 'pav_train_market', 'start'
|
|
|
+ act 'Look for something else':gt 'pav_train_market', 4
|
|
|
if TimesBuyPorno = 0:
|
|
|
'You look over the magazine covers, covered in images of half-naked girls on them. Many of them appear to be near your own age. The porn dealer notices your interest and looks at you expectantly.'
|
|
|
act 'Look through a magazine':
|
|
|
cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/pornmag.jpg"></center>'
|
|
|
'You pick up one of the magazines and flip through the pages. Inside the magazines, you see men with large erect penis engaging in sexual acts with women who are either half-naked or fully naked, most of them look close to your own age. You feel yourself getting aroused looking at the images.'
|
|
|
- act 'Leave':gt 'pavtrain_market', 'start'
|
|
|
- act 'Look for something else':gt 'pavtrain_market', 4
|
|
|
+ act 'Leave':gt 'pav_train_market', 'start'
|
|
|
+ act 'Look for something else':gt 'pav_train_market', 4
|
|
|
act 'Ask for the price':
|
|
|
*clr & cla
|
|
|
minut += 5
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/pornmag.jpg"></center>'
|
|
|
'Blushing profusely right down to your roots, you approach the porn dealer and stammeringly ask him the price on the magazines. The porn dealer smiles at you and says, "All magazines are 400 <b>₽</b> each."'
|
|
|
- act 'Leave':gt 'pavtrain_market', 'start'
|
|
|
- act 'Look for something else':gt 'pavtrain_market', 4
|
|
|
+ act 'Leave':gt 'pav_train_market', 'start'
|
|
|
+ act 'Look for something else':gt 'pav_train_market', 4
|
|
|
if money >= 400:
|
|
|
act 'Buy magazine (400 <b>₽</b>)':
|
|
|
*clr & cla
|
|
@@ -406,8 +406,8 @@ if ARGS[0] = 4:
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/pornmag.jpg"></center>'
|
|
|
'You try not to look into the porn dealers eyes as you hand him the money. You take the magazine and quickly hide it under your shirt.'
|
|
|
- act 'Leave':gt 'pavtrain_market', 'start'
|
|
|
- act 'Buy something else':gt 'pavtrain_market', 4
|
|
|
+ act 'Leave':gt 'pav_train_market', 'start'
|
|
|
+ act 'Buy something else':gt 'pav_train_market', 4
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -418,8 +418,8 @@ if ARGS[0] = 4:
|
|
|
cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/pornmag.jpg"></center>'
|
|
|
'You pick up one of the magazines and flip through the pages. Inside the magazines, you see men with large erect penis engaging in sexual acts with women who are either half-naked or fully naked, most of them look close to your own age. You feel yourself getting aroused looking at the images.'
|
|
|
- act 'Leave':gt 'pavtrain_market', 'start'
|
|
|
- act 'Look for something else':gt 'pavtrain_market', 4
|
|
|
+ act 'Leave':gt 'pav_train_market', 'start'
|
|
|
+ act 'Look for something else':gt 'pav_train_market', 4
|
|
|
if money >= 400:
|
|
|
act 'Buy magazine (400 <b>₽</b>)':
|
|
|
*clr & cla
|
|
@@ -430,8 +430,8 @@ if ARGS[0] = 4:
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/pornmag.jpg"></center>'
|
|
|
'You try not to look into the porn dealers eyes as you hand him the money. You take the magazine and quickly hide it under your shirt.'
|
|
|
- act 'Leave':gt 'pavtrain_market', 'start'
|
|
|
- act 'Buy something else':gt 'pavtrain_market', 4
|
|
|
+ act 'Leave':gt 'pav_train_market', 'start'
|
|
|
+ act 'Buy something else':gt 'pav_train_market', 4
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -441,8 +441,8 @@ if ARGS[0] = 4:
|
|
|
cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/pornmag.jpg"></center>'
|
|
|
'You pick up one of the magazines and flip through the pages. Inside the magazines, you see men with large erect penis engaging in sexual acts with women who are either half-naked or fully naked, most of them look close to your own age. You feel yourself getting aroused looking at the images.'
|
|
|
- act 'Leave':gt 'pavtrain_market', 'start'
|
|
|
- act 'Look for something else':gt 'pavtrain_market', 4
|
|
|
+ act 'Leave':gt 'pav_train_market', 'start'
|
|
|
+ act 'Look for something else':gt 'pav_train_market', 4
|
|
|
if money >= 400:
|
|
|
act 'Buy magazine (400 <b>₽</b>)':
|
|
|
*clr & cla
|
|
@@ -453,8 +453,8 @@ if ARGS[0] = 4:
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/pornmag.jpg"></center>'
|
|
|
'You try not to look into the porn dealers eyes as you hand him the money. You take the magazine and quickly hide it under your shirt.'
|
|
|
- act 'Leave':gt 'pavtrain_market', 'start'
|
|
|
- act 'Buy something else':gt 'pavtrain_market', 4
|
|
|
+ act 'Leave':gt 'pav_train_market', 'start'
|
|
|
+ act 'Buy something else':gt 'pav_train_market', 4
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -466,8 +466,8 @@ if ARGS[0] = 4:
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/sextoys.jpg"></center>'
|
|
|
'He lets you step behind the counter so you can get a better look, as you do he says. "Take a look and let me know what you would like." You see several 15cm dildos. Each with a tag, "Only 700 <b>₽</b> each." You also see a small selection of vibrators in various colors, mostly pink. "Only 700 <b>₽</b> each." To one side you see many butt plugs, rubber and metal. "Only 700 <b>₽</b>each." Near the bottom is several strapon harnesses without a dildo. "Only 500 <b>₽</b>each."'
|
|
|
- act 'Leave':gt 'pavtrain_market', 'start'
|
|
|
- act 'Look for something else':gt 'pavtrain_market', 4
|
|
|
+ act 'Leave':gt 'pav_train_market', 'start'
|
|
|
+ act 'Look for something else':gt 'pav_train_market', 4
|
|
|
if money >= 700 and middildo = 0:
|
|
|
act 'Buy a 15cm dildo (700 <b>₽</b>)':
|
|
|
cla
|
|
@@ -482,8 +482,8 @@ if ARGS[0] = 4:
|
|
|
else
|
|
|
'You buy a dildo and calmly hide it.'
|
|
|
end
|
|
|
- act 'Leave':gt 'pavtrain_market', 'start'
|
|
|
- act 'Buy something else':gt 'pavtrain_market', 4
|
|
|
+ act 'Leave':gt 'pav_train_market', 'start'
|
|
|
+ act 'Buy something else':gt 'pav_train_market', 4
|
|
|
end
|
|
|
end
|
|
|
if money >= 700 and vibrator = 0:
|
|
@@ -499,8 +499,8 @@ if ARGS[0] = 4:
|
|
|
else
|
|
|
'You buy a vibrator and calmly hide it.'
|
|
|
end
|
|
|
- act 'Leave':gt 'pavtrain_market', 'start'
|
|
|
- act 'Buy something else':gt 'pavtrain_market', 4
|
|
|
+ act 'Leave':gt 'pav_train_market', 'start'
|
|
|
+ act 'Buy something else':gt 'pav_train_market', 4
|
|
|
end
|
|
|
end
|
|
|
if money >= 700 and analplug = 0:
|
|
@@ -518,8 +518,8 @@ if ARGS[0] = 4:
|
|
|
else
|
|
|
'You buy a butt plug and calmly hide it.'
|
|
|
end
|
|
|
- act 'Leave':gt 'pavtrain_market', 'start'
|
|
|
- act 'Buy something else':gt 'pavtrain_market', 4
|
|
|
+ act 'Leave':gt 'pav_train_market', 'start'
|
|
|
+ act 'Buy something else':gt 'pav_train_market', 4
|
|
|
end
|
|
|
end
|
|
|
if dildo = 1:
|
|
@@ -538,8 +538,8 @@ if ARGS[0] = 4:
|
|
|
else
|
|
|
'You buy a strap-on harness and calmly hide it.'
|
|
|
end
|
|
|
- act 'Leave':gt 'pavtrain_market', 'start'
|
|
|
- act 'Buy something else':gt 'pavtrain_market', 4
|
|
|
+ act 'Leave':gt 'pav_train_market', 'start'
|
|
|
+ act 'Buy something else':gt 'pav_train_market', 4
|
|
|
end
|
|
|
end
|
|
|
else
|
|
@@ -559,8 +559,8 @@ if ARGS[0] = 4:
|
|
|
else
|
|
|
'You buy a strap-on harness and calmly hide it.'
|
|
|
end
|
|
|
- act 'Leave':gt 'pavtrain_market', 'start'
|
|
|
- act 'Buy something else':gt 'pavtrain_market', 4
|
|
|
+ act 'Leave':gt 'pav_train_market', 'start'
|
|
|
+ act 'Buy something else':gt 'pav_train_market', 4
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -574,9 +574,9 @@ if ARGS[0] = 5:
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/dedgitara.jpg"></center>'
|
|
|
'You see an old man playing the guitar. He''s trying to avert as much attention as he can to himself.'
|
|
|
- act 'Stop wandering': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Stop wandering': gt 'pav_train_market', 'start'
|
|
|
if hour >= 8 and hour <= 18:
|
|
|
- act 'Wander around the market': gt 'pavtrain_market','events'
|
|
|
+ act 'Wander around the market': gt 'pav_train_market','events'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -587,7 +587,7 @@ if ARGS[0] = 6:
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/nenavizublyadcigan.jpg"></center>'
|
|
|
'You meet a Gypsy woman. She offers to tell your fortune.'
|
|
|
- act 'Decline': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Decline': gt 'pav_train_market', 'start'
|
|
|
act 'Accept':
|
|
|
*clr & cla
|
|
|
minut += 5
|
|
@@ -604,7 +604,7 @@ if ARGS[0] = 6:
|
|
|
*clr & cla
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/okliknut.jpg"></center>'
|
|
|
'You search the area hoping to find the thief, but she has already disappeared into the crowd.'
|
|
|
- act 'Back': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Back': gt 'pav_train_market', 'start'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -618,16 +618,16 @@ if ARGS[0] = 7:
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/kosmetic.jpg"></center>'
|
|
|
tovpay = 800
|
|
|
'You see some cosmetics on sale for <<tovpay>> <b>₽</b>.'
|
|
|
- act 'Stop wandering': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Stop wandering': gt 'pav_train_market', 'start'
|
|
|
if hour >= 8 and hour <= 18:
|
|
|
- act 'Wander around the market': gt 'pavtrain_market','events'
|
|
|
+ act 'Wander around the market': gt 'pav_train_market','events'
|
|
|
end
|
|
|
if money >= tovpay:
|
|
|
act 'Buy the cosmetics (800 <b>₽</b>)':
|
|
|
minut += 15
|
|
|
money -= tovpay
|
|
|
kosmetica += 50
|
|
|
- gt 'pavtrain_market', 'start'
|
|
|
+ gt 'pav_train_market', 'start'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -640,16 +640,16 @@ if ARGS[0] = 8:
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/vitaminki.jpg"></center>'
|
|
|
tovpay = 105
|
|
|
'You see some vitamins on sale for <<tovpay>> <b>₽</b>.'
|
|
|
- act 'Stop wandering': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Stop wandering': gt 'pav_train_market', 'start'
|
|
|
if hour >= 8 and hour <= 18:
|
|
|
- act 'Wander around the market': gt 'pavtrain_market','events'
|
|
|
+ act 'Wander around the market': gt 'pav_train_market','events'
|
|
|
end
|
|
|
if money >= tovpay:
|
|
|
act 'Buy vitamins (105 <b>₽</b>)':
|
|
|
minut += 15
|
|
|
vitamin += 20
|
|
|
money -= tovpay
|
|
|
- gt 'pavtrain_market', 'start'
|
|
|
+ gt 'pav_train_market', 'start'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -662,9 +662,9 @@ if ARGS[0] = 9:
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/condoms.jpg"></center>'
|
|
|
tovpay = 80
|
|
|
'You see a booth selling condoms for <<tovpay>> <b>₽</b>.'
|
|
|
- act 'Stop wandering': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Stop wandering': gt 'pav_train_market', 'start'
|
|
|
if hour >= 8 and hour <= 18:
|
|
|
- act 'Wander around the market': gt 'pavtrain_market','events'
|
|
|
+ act 'Wander around the market': gt 'pav_train_market','events'
|
|
|
end
|
|
|
if money >= tovpay:
|
|
|
act 'Buy condoms (80 <b>₽</b>)':
|
|
@@ -676,7 +676,7 @@ if ARGS[0] = 9:
|
|
|
if i > 0: i-= 1 & jump 'cndmlp'
|
|
|
killvar 'i'
|
|
|
money -= tovpay
|
|
|
- gt 'pavtrain_market', 'start'
|
|
|
+ gt 'pav_train_market', 'start'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -689,9 +689,9 @@ if ARGS[0] = 10:
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/balzam.jpg"></center>'
|
|
|
tovpay = 100
|
|
|
'There is lip balm on sale for <<tovpay>> <b>₽</b>.'
|
|
|
- act 'Stop wandering': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Stop wandering': gt 'pav_train_market', 'start'
|
|
|
if hour >= 8 and hour <= 18:
|
|
|
- act 'Wander around the market': gt 'pavtrain_market','events'
|
|
|
+ act 'Wander around the market': gt 'pav_train_market','events'
|
|
|
end
|
|
|
if money >= tovpay:
|
|
|
act 'Buy lip balm (100 <b>₽</b>)':
|
|
@@ -699,7 +699,7 @@ if ARGS[0] = 10:
|
|
|
minut += 15
|
|
|
lipbalm += 30
|
|
|
money -= tovpay
|
|
|
- gt 'pavtrain_market', 'start'
|
|
|
+ gt 'pav_train_market', 'start'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -726,9 +726,9 @@ if ARGS[0] = 12:
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/cheburek.jpg"></center>'
|
|
|
'Walking through the market, you came across an old woman selling pies.'
|
|
|
- act 'Stop wandering': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Stop wandering': gt 'pav_train_market', 'start'
|
|
|
if hour >= 8 and hour <= 18:
|
|
|
- act 'Wander around the market': gt 'pavtrain_market','events'
|
|
|
+ act 'Wander around the market': gt 'pav_train_market','events'
|
|
|
end
|
|
|
if pcs_energy <= 80:
|
|
|
act 'Buy a pie for 20 <b>₽</b>':
|
|
@@ -744,7 +744,7 @@ if ARGS[0] = 12:
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/eat.jpg"></center>'
|
|
|
'The pie is still warm as the woman hands it over to you. Barely able to keep yourself away from it, you find a place to sit down and enjoy the pie.'
|
|
|
- act 'Continue walking through the market': gt 'pavtrain_market','events'
|
|
|
+ act 'Continue walking through the market': gt 'pav_train_market','events'
|
|
|
end
|
|
|
else
|
|
|
*p ', But you are not hungry right now.'
|
|
@@ -764,7 +764,7 @@ if ARGS[0] = 13:
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/vernutwallet.jpg"></center>'
|
|
|
'You call to the woman and hold out her wallet. She looks at you and releasing she gratefully takes her wallet back and walks away.'
|
|
|
- act 'Continue walking through the market': gt 'pavtrain_market','events'
|
|
|
+ act 'Continue walking through the market': gt 'pav_train_market','events'
|
|
|
end
|
|
|
act 'Look through the purse':
|
|
|
*clr & cla
|
|
@@ -785,7 +785,7 @@ if ARGS[0] = 13:
|
|
|
gs 'stat'
|
|
|
'You just need the money.'
|
|
|
|
|
|
- act 'Continue': gt 'pavtrain_market','start'
|
|
|
+ act 'Continue': gt 'pav_train_market','start'
|
|
|
end
|
|
|
else
|
|
|
act 'Take the money and throw away the wallet (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
@@ -796,9 +796,9 @@ if ARGS[0] = 13:
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/proverka.jpg"></center>'
|
|
|
'You catch up with the woman and telling her she dropped something you hand her the purse. The woman checks her money is still there and seeing that everything is in place, she thanks you and walked away.'
|
|
|
- act 'Stop wandering': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Stop wandering': gt 'pav_train_market', 'start'
|
|
|
if hour >= 8 and hour <= 18:
|
|
|
- act 'Wander around the market': gt 'pavtrain_market','events'
|
|
|
+ act 'Wander around the market': gt 'pav_train_market','events'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
@@ -811,9 +811,9 @@ if ARGS[0] = 14:
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/rebenok.jpg"></center>'
|
|
|
'You see a young mother and her crying baby.'
|
|
|
- act 'Stop wandering': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Stop wandering': gt 'pav_train_market', 'start'
|
|
|
if hour >= 8 and hour <= 18:
|
|
|
- act 'Wander around the market': gt 'pavtrain_market','events'
|
|
|
+ act 'Wander around the market': gt 'pav_train_market','events'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -824,9 +824,9 @@ if ARGS[0] = 15:
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/rezba.jpg"></center>'
|
|
|
'You find a stall with beautiful things carved out of wood and metal.'
|
|
|
- act 'Stop wandering': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Stop wandering': gt 'pav_train_market', 'start'
|
|
|
if hour >= 8 and hour <= 18:
|
|
|
- act 'Wander around the market': gt 'pavtrain_market','events'
|
|
|
+ act 'Wander around the market': gt 'pav_train_market','events'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -837,9 +837,9 @@ if ARGS[0] = 16:
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/gruzchik.jpg"></center>'
|
|
|
'Looking around, you almost collide with a man pulling a small cart.'
|
|
|
- act 'Stop wandering': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Stop wandering': gt 'pav_train_market', 'start'
|
|
|
if hour >= 8 and hour <= 18:
|
|
|
- act 'Wander around the market': gt 'pavtrain_market','events'
|
|
|
+ act 'Wander around the market': gt 'pav_train_market','events'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -850,9 +850,9 @@ if ARGS[0] = 17:
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/meatlavka.jpg"></center>'
|
|
|
'You wander past a the meet seller and see a butcher working with an axe.'
|
|
|
- act 'Stop wandering': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Stop wandering': gt 'pav_train_market', 'start'
|
|
|
if hour >= 8 and hour <= 18:
|
|
|
- act 'Wander around the market': gt 'pavtrain_market','events'
|
|
|
+ act 'Wander around the market': gt 'pav_train_market','events'
|
|
|
end
|
|
|
end
|
|
|
|
|
@@ -863,9 +863,9 @@ if ARGS[0] = 18:
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/dirka.jpg"></center>'
|
|
|
'As you walk past a stall you notice a small hole torn in the canvas.'
|
|
|
- act 'Stop wandering': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Stop wandering': gt 'pav_train_market', 'start'
|
|
|
if hour >= 8 and hour <= 18:
|
|
|
- act 'Wander around the market': gt 'pavtrain_market','events'
|
|
|
+ act 'Wander around the market': gt 'pav_train_market','events'
|
|
|
end
|
|
|
gs 'willpower', 'voyeur', 'self', 'easy'
|
|
|
if will_cost <= pcs_willpwr:
|
|
@@ -876,7 +876,7 @@ if ARGS[0] = 18:
|
|
|
gs 'stat'
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/pereodev'+rand(1,15)+'.jpg"></center>'
|
|
|
'You look inside the tent and see ' + $pavtrain_marketrandtext[rand(3,7)]
|
|
|
- act 'Leave': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Leave': gt 'pav_train_market', 'start'
|
|
|
end
|
|
|
else
|
|
|
act 'Look through the hole (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
@@ -891,9 +891,9 @@ if ARGS[0] = 19:
|
|
|
'<center><img <<$set_imgh>> src="images/locations/pavlovsk/market/birthcontrolpills.jpg"></center>'
|
|
|
tovpay = 1500
|
|
|
'You see a booth selling birth control pills for <<tovpay>> <b>₽</b>.'
|
|
|
- act 'Stop wandering': gt 'pavtrain_market', 'start'
|
|
|
+ act 'Stop wandering': gt 'pav_train_market', 'start'
|
|
|
if hour >= 8 and hour <= 18:
|
|
|
- act 'Wander around the market': gt 'pavtrain_market','events'
|
|
|
+ act 'Wander around the market': gt 'pav_train_market','events'
|
|
|
end
|
|
|
if money >= tovpay:
|
|
|
act 'Buy birth control pills (1500 <b>₽</b>)':
|
|
@@ -918,10 +918,10 @@ if ARGS[0] = 19:
|
|
|
end
|
|
|
end
|
|
|
money -= tovpay
|
|
|
- gt 'pavtrain_market', 'start'
|
|
|
+ gt 'pav_train_market', 'start'
|
|
|
end
|
|
|
end
|
|
|
end
|
|
|
|
|
|
---- pavtrain_market ---------------------------------
|
|
|
+--- pav_train_market ---------------------------------
|
|
|
|