Sfoglia il codice sorgente

[fixed] booty_call not working as intended

anjuna krokus 5 mesi fa
parent
commit
357ca41974
1 ha cambiato i file con 8 aggiunte e 7 eliminazioni
  1. 8 7
      locations/booty_call_sms.qsrc

+ 8 - 7
locations/booty_call_sms.qsrc

@@ -60,7 +60,7 @@ if $ARGS[0] = 'start':
 	end
 end
 
-if $ARGS[0] = 'default_booty_call':	
+if $ARGS[0] = 'default_booty_call':
 	!! boy
 	$SMSTree['0'] = dyneval('$result=''hey <<$pcs_nickname>>'' ')
 
@@ -365,7 +365,7 @@ if $ARGS[0] = 'Add SMS':
 		$temp_SMStext += '<a href="exec: gs ''booty_call_sms'', ''SMS_Base'', ''<<$ARGS[1]>>'', ''<<$ARGS[2]>>'', telefon[''SMSid'']">' + $SMSTree['1'] + '</a>'
 	$temp_SMStext += $SMS_close_replies
 
-	gs 'telefon', 'add_sms', $ARGS[1], $temp_SMStext
+	gs 'telefon', 'add_sms', $ARGS[2], $temp_SMStext
 end
 
 
@@ -572,7 +572,7 @@ if $ARGS[0] = 'Add SMS2':
 		$temp_SMStext += '<a href="exec: gs ''booty_call_sms'', ''Choice2_b'', ''<<$ARGS[1]>>'', ''<<$ARGS[2]>>'', telefon[''SMSid'']">' + $SMSTree['b1'] + '</a>'
 	$temp_SMStext += $SMS_close_replies
 
-	gs 'telefon', 'add_sms', $ARGS[1], $temp_SMStext
+	gs 'telefon', 'add_sms', $ARGS[2], $temp_SMStext
 end
 
 
@@ -665,9 +665,10 @@ end
 
 
 
-killvar '$trialSMS'
-killvar '$SMSTree'
-killvar '$temp_SMStext'
-
+if $ARGS[0] ! 'default_booty_call' and $ARGS[0] ! 'pre_planned_booty_call' and $ARGS[0] ! 'std_free' and $ARGS[0] ! 'sugar_daddy_booty_call':
+	killvar '$trialSMS'
+	killvar '$SMSTree'
+	killvar '$temp_SMStext'
+end
 
 --- hookup_sms ---------------------------------