Update EmoteLogMessage.md

This commit is contained in:
Josh Freeman
2019-02-11 00:37:44 +00:00
committed by GitHub
parent c5fb84af63
commit 8753f9f69d
+6 -2
View File
@@ -6,7 +6,7 @@ Attempting to debug the emote LogMessages
100 Standard Emotes 1 0 False 100 Standard Emotes 1 0 False
```
<Clickable( <Clickable(
<If(Equal(ObjectParameter(1),ObjectParameter(2)))> <If(Equal(ObjectParameter(1),ObjectParameter(2)))>
you you
@@ -41,8 +41,9 @@ Attempting to debug the emote LogMessages
</If> </If>
in surprise. in surprise.
```
```
Un-targeted Un-targeted
Solo: [You] look surprised! Solo: [You] look surprised!
Someone else: [Siyukan Virtue] looks surprised! Someone else: [Siyukan Virtue] looks surprised!
@@ -51,11 +52,13 @@ Targeted
targeting other: [You] [look] at [the housing enthusiast] in surprise. targeting other: [You] [look] at [the housing enthusiast] in surprise.
player targeting you: [Siyukan Virtue] [looks] at [you] in surprise. player targeting you: [Siyukan Virtue] [looks] at [you] in surprise.
player targeting other: [Siyukan Virtue] [looks] at [the housing enthusiast] in surprise. player targeting other: [Siyukan Virtue] [looks] at [the housing enthusiast] in surprise.
```
JSON: JSON:
```json
"en": [ "en": [
"?? missing character choice ", "?? missing character choice ",
{ {
@@ -91,3 +94,4 @@ JSON:
}, },
" in surprise." " in surprise."
], ],
```