|
@@ -1668,9 +1668,9 @@ if $ARGS[0] = 'pos53':
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'pos54':
|
|
|
- cla
|
|
|
- *clr
|
|
|
- minut+=5
|
|
|
+ *clr & cla
|
|
|
+ menu_off = 1
|
|
|
+ minut += 5
|
|
|
gs 'stat'
|
|
|
|
|
|
'<center><img <<$set_imgh>> src="images/locations/shared/train/spy.jpg"></center>'
|
|
@@ -1680,7 +1680,7 @@ if $ARGS[0] = 'pos54':
|
|
|
!only notify player 1 time after events triggered
|
|
|
if fakepassport = 2:
|
|
|
fakepassport = 0
|
|
|
- 'He tells you "A passport with a fake age will cost you 3,000 <b>₽</b>"'
|
|
|
+ 'He tells you "A passport with a fake age will cost you 30,000 <b>₽</b>"'
|
|
|
end
|
|
|
|
|
|
if fakediplom = 2:
|
|
@@ -1689,12 +1689,13 @@ if $ARGS[0] = 'pos54':
|
|
|
end
|
|
|
end
|
|
|
|
|
|
- if age < 18 and fakepassport ! 1 and money > 3000:
|
|
|
- act 'Buy fake passport (3,000 <b>₽</b>)':
|
|
|
- cla
|
|
|
- *clr
|
|
|
+ act 'Leave': gt 'nordtrain', 'outside'
|
|
|
+
|
|
|
+ if age < 18 and fakepassport ! 1 and money > 30000:
|
|
|
+ act 'Buy fake passport (30,000 <b>₽</b>)':
|
|
|
+ *clr & cla
|
|
|
minut += 10
|
|
|
- money -= 3000
|
|
|
+ money -= 30000
|
|
|
fakepassport = 1
|
|
|
|
|
|
'<center><img <<$set_imgh>> src="images/locations/shared/train/spy.jpg"></center>'
|
|
@@ -1706,8 +1707,7 @@ if $ARGS[0] = 'pos54':
|
|
|
|
|
|
if diplom = 0 and fakediplom ! 1 and money > 100000:
|
|
|
act 'Buy fake diploma (100,000 <b>₽</b>)':
|
|
|
- cla
|
|
|
- *clr
|
|
|
+ *clr & cla
|
|
|
minut += 10
|
|
|
money -= 100000
|
|
|
fakediplom = 1
|
|
@@ -1718,11 +1718,6 @@ if $ARGS[0] = 'pos54':
|
|
|
act 'Leave': gt 'nordtrain', 'outside'
|
|
|
end
|
|
|
end
|
|
|
-
|
|
|
- act 'Leave':
|
|
|
- cls
|
|
|
- gt 'nordtrain', 'outside'
|
|
|
- end
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'pos90':
|