Kaynağa Gözat

[added] selfie and reply tags to the replies. This is to differentiate the various replies from eachother

anjuna krokus 5 ay önce
ebeveyn
işleme
8085985187
2 değiştirilmiş dosya ile 4 ekleme ve 3 silme
  1. 2 2
      locations/SMStext_builder.qsrc
  2. 2 1
      locations/telefon.qsrc

+ 2 - 2
locations/SMStext_builder.qsrc

@@ -91,7 +91,7 @@ end
 !		gs 'SMStext_builder', 'add_reply', $reply_text, $file_loc, $file_arg1, $file_arg2, $file_args2, ...
 !		gs 'SMStext_builder', 'add_reply', 'Hello', 'band_tour_anushka_SMS', 'week1', 'choice_a'
 if $ARGS[0] = 'add_reply':
-	$temp_reply_str = '<a href="exec: gs '
+	$temp_reply_str = '[Reply] <a href="exec: gs '
 
 	stb_n_args = arrsize('$ARGS')
 	stb_i = 2
@@ -193,7 +193,7 @@ end
 ! $ARGS[3] -> onward = the return location.
 ! gs 'SMStext_builder', 'send_selfie', 'Send a sexy selfie', 'c|b|ft', 'band_tour_anushka_SMS', 'Week8', 'Choice_a'
 if $ARGS[0] = 'send_selfie':
-	$temp_reply_str = '<a href="exec: gs ''SMS_selfies'', ''selfie_menu'', ''<<lcase($ARGS[2])>>'', telefon[''SMSid'']'
+	$temp_reply_str = '[Selfie] <a href="exec: gs ''SMS_selfies'', ''selfie_menu'', ''<<lcase($ARGS[2])>>'', telefon[''SMSid'']'
 
 	stb_n_args = arrsize('$ARGS')
 	stb_i = 3

+ 2 - 1
locations/telefon.qsrc

@@ -1811,7 +1811,8 @@ if $ARGS[0] = 'show_sms':
 	$telefon['body'] += '<tr><tr><img height=100 src="<<$telefonCon[''Icon'']>>"></td><td><<$telefonCon[''NPCName'']>></td></tr>'
 	$telefon['body'] += '<tr><td colspan="2"><<$SMSMessage[telefon[''SMSid'']]>></td></tr>'
 	if $SMSReplies[telefon['SMSid']] <> '':
-		$telefon['body'] += '<tr><th colspan="2">Reply</th><tr>'
+		!$telefon['body'] += '<tr><th colspan="2" style="font-size:120%">Reply</th></tr>'
+		$telefon['body'] += '<tr><th> </th></tr>'
 		$telefon['body'] += '<tr><td colspan="2"><<$SMSReplies[telefon[''SMSid'']]>></td></tr>'
 	end
 	if $SMSPicture1[telefon['SMSid']] <> '':