|
@@ -75,42 +75,23 @@ if $ARGS[0] = 'start':
|
|
|
minut += 5
|
|
|
gs 'stat'
|
|
|
|
|
|
- if arturblowday ! daystart:
|
|
|
- '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/artur.jpg"></center>'
|
|
|
- 'Arthur smiles kindly and hands you a particularly juicy looking tangerine. "Sorry, girl, but I have work to do. Unless we make it quick."'
|
|
|
-
|
|
|
- gs 'willpower', 'bj', 'resist', 'hard'
|
|
|
- if will_cost <= pcs_willpwr:
|
|
|
- act 'Leave (<<will_cost>> Willpower)':
|
|
|
- gs 'willpower', 'bj', 'resist', 'hard'
|
|
|
- gs 'willpower', 'pay', 'resist'
|
|
|
- gs 'stat'
|
|
|
- gt 'pav_train_market', 'start'
|
|
|
- end
|
|
|
- else
|
|
|
- act 'Leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
- end
|
|
|
- act 'Go with Arthur':gt 'arturkiosk'
|
|
|
- elseif arturblowday = daystart:
|
|
|
- '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/artur.jpg"></center>'
|
|
|
- 'Arthur smiles kindly at you. "There is much work to do, I''m sorry."'
|
|
|
-
|
|
|
- act 'Leave':gt 'pav_train_market', 'start'
|
|
|
- end
|
|
|
+ '<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/artur.jpg"></center>'
|
|
|
+ 'Arthur smiles kindly and hands you a particularly juicy looking tangerine. "Sorry, girl, but I have work to do. Unless we make it quick."'
|
|
|
+
|
|
|
+ gs 'willpower', 'bj', 'resist', 'hard'
|
|
|
+ if will_cost <= pcs_willpwr:
|
|
|
+ act 'Leave (<<will_cost>> Willpower)':
|
|
|
+ gs 'willpower', 'bj', 'resist', 'hard'
|
|
|
+ gs 'willpower', 'pay', 'resist'
|
|
|
+ gs 'stat'
|
|
|
+ gt 'pav_train_market', 'start'
|
|
|
+ end
|
|
|
+ else
|
|
|
+ act 'Leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
+ end
|
|
|
+ act 'Go with Arthur':gt 'arturkiosk'
|
|
|
end
|
|
|
end
|
|
|
-
|
|
|
-!! gs 'willpower', 'bj', 'resist', 'hard'
|
|
|
-!! if will_cost <= pcs_willpwr:
|
|
|
- act 'Leave':
|
|
|
-!! gs 'willpower', 'bj', 'resist', 'hard'
|
|
|
-!! gs 'willpower', 'pay', 'resist'
|
|
|
-!! gs 'stat'
|
|
|
- gt 'pav_train_market', 'start'
|
|
|
- end
|
|
|
-!! else
|
|
|
-!! act 'Leave (<font color="red"><<will_cost>> Willpower</font>)': '<br><font color="red">You don''t have enough willpower to use this action.</font>'
|
|
|
-!! end
|
|
|
end
|
|
|
|
|
|
if $ARGS[0] = 'work_1':
|
|
@@ -123,14 +104,14 @@ if $ARGS[0] = 'work_1':
|
|
|
|
|
|
act 'Trade':
|
|
|
*clr & cla
|
|
|
- hour = 18
|
|
|
+ minut += 60*(18 - (hour+1)) + (60-minut)
|
|
|
arturDaysWorked1 += 1
|
|
|
gs 'stat'
|
|
|
|
|
|
'<center><img <<$set_imgh>> src="images/characters/pavlovsk/resident/arthur/artur.jpg"></center>'
|
|
|
'You work until the evening at the counter, selling fresh fruit. It was a rough day as you quarreled with several customers over prices and you find yourself very tired.'
|
|
|
|
|
|
- if arturDaysWorked1 >= 10:
|
|
|
+ if arturDaysWorked1 >= 10 and arturQW = 1:
|
|
|
gt 'arturQW', 'arturQW_2'
|
|
|
else
|
|
|
act 'Go with Arthur':
|
|
@@ -164,7 +145,7 @@ if $ARGS[0] = 'work_2':
|
|
|
|
|
|
act 'Work':
|
|
|
*clr & cla
|
|
|
- hour = 17
|
|
|
+ minut += 60*(17 - (hour+1)) + (60-minut)
|
|
|
arturDaysWorked2 += 1
|
|
|
gs 'stat'
|
|
|
|