Explorar o código

[fixed] small bugfixes to blackmailer

anjuna krokus hai 3 semanas
pai
achega
da75ae2550
Modificáronse 1 ficheiros con 14 adicións e 16 borrados
  1. 14 16
      locations/blackmailer.qsrc

+ 14 - 16
locations/blackmailer.qsrc

@@ -446,9 +446,9 @@ if $ARGS[0] = 'Add_SMS_repeat':
 							$SMSTree['a4'] = 'What do you want from me?'
 						end
 						if rand(0, 1) = 0:
-							$SMSTree['a4'] = 'Where am I going to get that much money from?'
+							$SMSTree['b4'] = 'Where am I going to get that much money from?'
 						else
-							$SMSTree['a4'] = 'How much do you want before it stops?'
+							$SMSTree['b4'] = 'How much do you want before it stops?'
 						end
 
 
@@ -459,10 +459,10 @@ if $ARGS[0] = 'Add_SMS_repeat':
 		gs 'SMStext_builder', 'receive', $SMSTree['1']
 		gs 'SMStext_builder', 'receive', $SMSTree['2']
 		gs 'SMStext_builder', 'receive', $SMSTree['3']
-		if blackmailQW['next_payment'] >= 2000 or blackmailQW['total_payment'] >= 5000:
+		if blackmailQW['next_payment'] < 2000 and blackmailQW['total_payment'] < 5000:
 			gs 'SMStext_builder', 'add_reply', $SMSTree['a4'], 'blackmailer', 'sms_repeat_switch1', '1', $SMSTree['a4']
 		else
-			gs 'SMStext_builder', 'add_reply', $SMSTree['a4'], 'blackmailer', 'sms_repeat_switch1', '2', $SMSTree['a4']
+			gs 'SMStext_builder', 'add_reply', $SMSTree['b4'], 'blackmailer', 'sms_repeat_switch1', '2', $SMSTree['a4']
 		end
 		gs 'SMStext_builder', 'add_sms', 'Blackmailer'
 	gs 'SMStext_builder', 'end'
@@ -470,14 +470,16 @@ if $ARGS[0] = 'Add_SMS_repeat':
 end
 
 if $ARGS[0] = 'sms_repeat_switch1':
-	$SMSTree['10'] = 'Just drop off the money'
-		$SMSTree['11'] = 'or else'
-	
-	$SMSTree['10'] = 'Work as a stripper, it''s what you were clearly born to do'
-		$SMSTree['11'] = 'How about this. Send us a picture of your tits and we''ll call it even'
+	if $ARGS[1] = '1':
+		$SMSTree['10'] = 'Just drop off the money'
+			$SMSTree['11'] = 'or else'
+	else
+		$SMSTree['10'] = 'Work as a stripper, it''s what you were clearly born to do'
+			$SMSTree['11'] = 'How about this. Send us a picture of your tits and we''ll call it even'
+	end
 
-			$SMSTree['a12'] = 'fuck you'
-			$SMSTree['b12'] = 'Send a selfie from your galleray'
+				$SMSTree['a12'] = 'fuck you'
+				$SMSTree['b12'] = 'Send a selfie from your galleray'
 
 	gs 'SMStext_builder', 'start'
 		gs 'SMStext_builder', 'send', $ARGS[2]
@@ -494,11 +496,7 @@ if $ARGS[0] = 'sms_repeat_switch1':
 
 		if $ARGS[1] = '2':
 			gs 'SMStext_builder', 'add_reply', $SMSTree['a12'], 'blackmailer', 'sms_repeat_switch1', '1', $SMSTree['a12']
-			if blackmailQW['stage'] < 6:
-				gs 'SMStext_builder', 'send_selfie', $SMSTree['b12'], 'c|sw|u|ft|fa', 'blackmailer', 'sms_repeat_switch2'
-			else
-				gs 'SMStext_builder', 'send_selfie', $SMSTree['b12'], 'c|sw|u|n|b|sh|ft|fa|fp', 'blackmailer', 'sms_repeat_switch2'
-			end
+			gs 'SMStext_builder', 'send_selfie', $SMSTree['b12'], iif(blackmailQW['stage'] < 6, 'c|sw|u|ft|fa', 'c|sw|u|n|b|sh|ft|fa|fp'), 'blackmailer', 'sms_repeat_switch2'
 		end
 
 		gs 'SMStext_builder', 'show_sms', ARGS[3]