|
@@ -263,7 +263,7 @@ if $ARGS[0] = 'Add_SMS1':
|
|
|
blackmailQW['smsday'] = daystart + 2
|
|
|
blackmailQW['next_payment'] = rand(50, 100) * 10
|
|
|
|
|
|
- $SMSTree['0'] = '"Hello <<pcs_firstname>>!"'
|
|
|
+ $SMSTree['0'] = '"Hello <<$pcs_firstname>>!"'
|
|
|
|
|
|
if motherKnowWhore = 0 and npc_rel['A29'] > 0:
|
|
|
$SMSTree['1'] = '"If you don''t want your mother to see this image you will do exactly as I say"'
|
|
@@ -282,7 +282,7 @@ if $ARGS[0] = 'Add_SMS1':
|
|
|
gs 'SMStext_builder', 'receive', $SMSTree['1']
|
|
|
gs 'SMStext_builder', 'receive', $SMSTree['2']
|
|
|
gs 'SMStext_builder', 'receive', $SMSTree['3']
|
|
|
- gs 'SMStext_builder', 'send', 'Blackmailer'
|
|
|
+ gs 'SMStext_builder', 'add_sms', 'Blackmailer'
|
|
|
gs 'SMStext_builder', 'end'
|
|
|
killvar '$SMSTree'
|
|
|
end
|
|
@@ -290,12 +290,12 @@ end
|
|
|
if $ARGS[0] = 'Add_SMS1_reminder':
|
|
|
gs 'telefon', 'ClearSMSSchedule', 'Blackmailer'
|
|
|
|
|
|
- $SMSTree['0'] = '"Don''t forget, if you don''t leave <<blackmailQW[''next_payment'']>> <b>₽</b> beneath the fourth park bench, you will regret it"'
|
|
|
+ $SMSTree['0'] = '"<<$pcs_firstname>> don''t forget, if you don''t leave <<blackmailQW[''next_payment'']>> <b>₽</b> beneath the fourth park bench, you will regret it"'
|
|
|
|
|
|
gs 'SMStext_builder', 'start'
|
|
|
gs 'SMStext_builder', 'receive', $SMSTree['0']
|
|
|
gs 'SMSText_builder', 'receive_img', $blackmailQW['init_flashimage'] + '.jpg'
|
|
|
- gs 'SMStext_builder', 'send', 'Blackmailer'
|
|
|
+ gs 'SMStext_builder', 'add_sms', 'Blackmailer'
|
|
|
gs 'SMStext_builder', 'end'
|
|
|
killvar '$SMSTree'
|
|
|
end
|
|
@@ -312,7 +312,7 @@ if $ARGS[0] = 'Add_SMS_failure':
|
|
|
gs 'SMStext_builder', 'receive', $SMSTree['0']
|
|
|
gs 'SMStext_builder', 'receive', $SMSTree['1']
|
|
|
gs 'SMStext_builder', 'receive', $SMSTree['2']
|
|
|
- gs 'SMStext_builder', 'send', 'Blackmailer'
|
|
|
+ gs 'SMStext_builder', 'add_sms', 'Blackmailer'
|
|
|
gs 'SMStext_builder', 'end'
|
|
|
|
|
|
if blackmailQW['stage'] < 5:
|
|
@@ -327,37 +327,6 @@ if $ARGS[0] = 'Add_SMS_failure':
|
|
|
end
|
|
|
|
|
|
|
|
|
-if $ARGS[0] = 'Add_SMS_repeat':
|
|
|
- gs 'telefon', 'ClearSMSSchedule', 'Blackmailer'
|
|
|
- blackmailQW['stage'] = blackmailQW['stage'] * 10 + 1
|
|
|
- blackmailQW['smsday'] = daystart + 2
|
|
|
- blackmailQW['next_payment'] = rand(50, 100) * 10
|
|
|
-
|
|
|
- $SMSTree['0'] = '"You know what we want"'
|
|
|
-
|
|
|
- if motherKnowWhore = 0 and npc_rel['A29'] > 0:
|
|
|
- $SMSTree['1'] = '"If you don''t want your mother to see this image you will do exactly as I say"'
|
|
|
- elseif $start_type['loc'] = 'sg' and gruptipe ! 5:
|
|
|
- $SMSTree['1'] = '"If you don''t want your friends to see this image you will do exactly as I say"'
|
|
|
- else
|
|
|
- $SMSTree['1'] = '"If you don''t want the world to see this image you will do exactly as I say"'
|
|
|
- end
|
|
|
-
|
|
|
- $SMSTree['2'] = '"Leave <<blackmailQW[''next_payment'']>> <b>₽</b> beneath the fourth park bench, I know you know which one."'
|
|
|
- $SMSTree['3'] = '"You have three days"'
|
|
|
-
|
|
|
- gs 'SMStext_builder', 'start'
|
|
|
- gs 'SMStext_builder', 'receive', $SMSTree['0']
|
|
|
- gs 'SMSText_builder', 'receive_img', $blackmailQW['init_flashimage'] + '.jpg'
|
|
|
- gs 'SMStext_builder', 'receive', $SMSTree['1']
|
|
|
- gs 'SMStext_builder', 'receive', $SMSTree['2']
|
|
|
- gs 'SMStext_builder', 'receive', $SMSTree['3']
|
|
|
- gs 'SMStext_builder', 'send', 'Blackmailer'
|
|
|
- gs 'SMStext_builder', 'end'
|
|
|
- killvar '$SMSTree'
|
|
|
-end
|
|
|
-
|
|
|
-
|
|
|
|
|
|
!!=============================================!!
|
|
|
!! !!
|
|
@@ -400,6 +369,9 @@ if $ARGS[0] = 'park1':
|
|
|
minut += 1
|
|
|
gs 'stat'
|
|
|
|
|
|
+ '<center><img <<$set_imgh>> src="images/system/image_needed.png" ></center>'
|
|
|
+ 'You descretely hide the money near the base of the bench.'
|
|
|
+
|
|
|
act 'Quickly walk away': gt $loc, $loc_arg
|
|
|
end
|
|
|
end
|
|
@@ -440,7 +412,7 @@ if $ARGS[0] = 'Add_SMS_repeat':
|
|
|
gs 'SMStext_builder', 'receive', $SMSTree['1']
|
|
|
gs 'SMStext_builder', 'receive', $SMSTree['2']
|
|
|
gs 'SMStext_builder', 'receive', $SMSTree['3']
|
|
|
- gs 'SMStext_builder', 'send', 'Blackmailer'
|
|
|
+ gs 'SMStext_builder', 'add_sms', 'Blackmailer'
|
|
|
gs 'SMStext_builder', 'end'
|
|
|
killvar '$SMSTree'
|
|
|
end
|
|
@@ -465,6 +437,9 @@ if $ARGS[0] = 'park_repeat':
|
|
|
minut += 1
|
|
|
gs 'stat'
|
|
|
|
|
|
+ '<center><img <<$set_imgh>> src="images/system/image_needed.png" ></center>'
|
|
|
+ 'You descretely hide the money near the base of the bench.'
|
|
|
+
|
|
|
act 'Quickly walk away': gt $loc, $loc_arg
|
|
|
end
|
|
|
end
|