|
@@ -23,6 +23,11 @@ if $ARGS[0] = '':
|
|
|
|
|
|
if car > 0 and cardrive = 22 and ncarroad = nroad:'You parked <a href="exec:gs ''carF'', ''start''">your <<$car>></a> next to the road.'
|
|
|
if nroad = 0:act 'Walk to the City Industrial Region (0:15)':minut += 15 & gt 'nord'
|
|
|
+ if nroad = 10:
|
|
|
+ act 'Go to Gadukino (0:15)': minut += 15 & gt 'gadukino'
|
|
|
+ act 'Go to the train platform': gt 'train', 'village'
|
|
|
+ if npc_QW['A60'] > 15:act 'Look around for Mira': gt 'gadprostitutes', 'start'
|
|
|
+ end
|
|
|
if nroad = 16:act 'Check out the construction site (1:00)':minut += 60 & gt 'obekt'
|
|
|
if nroad = 20:
|
|
|
act 'Walk to Pavlovsk train station (0:15)': minut += 15 & gt 'pavtrain'
|
|
@@ -107,7 +112,7 @@ if $ARGS[0] = '':
|
|
|
elseif nroad = 10:
|
|
|
display_bb = 1
|
|
|
gs 'stat'
|
|
|
- 'You see a <a href="exec:gt ''train'', ''village''">railway platform</a> not far from the road. In the same direction, a dirt road leads to the village of <a href="exec:minut += 30 & gt ''gadukino''">Gadukino</a>.'
|
|
|
+ 'You see a <a href="exec:gt ''train'', ''village''">railway platform</a> not far from the road. In the same direction, a dirt road leads to the village of <a href="exec:minut += 15 & gt ''gadukino''">Gadukino</a>.'
|
|
|
!if npc_QW['A60'] > 15 and gadriver_gang = 2:
|
|
|
! 'You and Mira can both <a href="exec:gt ''gadprostitutes'', ''start''">prostitute</a> yourselves around here.'
|
|
|
!elseif npc_QW['A60'] > 15:
|