Changes

Jump to navigation Jump to search
m
Added syntax and more information about $y (dialogueQuickResponse).
Line 403: Line 403:  
<syntaxhighlight lang="js">"Mon2": "$d kent#Yesterday I visited Yoba's Altar to give thanks for my husband's safe return.|Yesterday I visited Yoba's Altar to ask for my husband's safe return.#$e#I'm trying to stay positive, but it's hard sometimes.$s"</syntaxhighlight>
 
<syntaxhighlight lang="js">"Mon2": "$d kent#Yesterday I visited Yoba's Altar to give thanks for my husband's safe return.|Yesterday I visited Yoba's Altar to ask for my husband's safe return.#$e#I'm trying to stay positive, but it's hard sometimes.$s"</syntaxhighlight>
 
|-
 
|-
| <samp>$y</samp>
+
| <samp>$y '{{t|answer}}_{{t|reply}}'</samp>
| TODO. Stands for "dialogueQuickResponse"; A simpler form of question. Works like $q, but within one and the same text line. It doesn't have neither "dialoguePrerequisite" ($p) nor friendship point changes. It can be triggered indenitelly.<br /><small>Example: <samp>Penny: "$y 'Breakfast?_Yes please._Here you go._No, I'm good_More for me then!'"</samp></small>
+
| Stands for "dialogueQuickResponse"; A simpler form of question. Works like <samp>$q</samp>, but within one and the same text line. It doesn't have response IDs that can be used with "dialoguePrerequisite" (<samp>$p</samp>). It can't be used for friendship point changes. It can be triggered indefinitely. It doesn't have to be the first command in a dialogue string as long as the dialogue before it ends with <samp>#$e#</samp> or <samp>#$b#</samp>. It can have more than two answer/reply pairs. <br /><small>Example: <samp>Penny: "$y 'Breakfast?_Yes please._Here you go._No, I'm good_More for me then!'"</samp></small>
 
|-
 
|-
 
| <samp>$1 {{t|letter ID}}#{{t|1st-time text}} #$e# {{t|nth-time text}}</samp>
 
| <samp>$1 {{t|letter ID}}#{{t|1st-time text}} #$e# {{t|nth-time text}}</samp>
7

edits

Navigation menu