diff --git a/Assets/Fungus/Narrative/Editor/SayEditor.cs b/Assets/Fungus/Narrative/Editor/SayEditor.cs index d58f11f8..811fb689 100644 --- a/Assets/Fungus/Narrative/Editor/SayEditor.cs +++ b/Assets/Fungus/Narrative/Editor/SayEditor.cs @@ -18,33 +18,33 @@ namespace Fungus { string tagsText = ""; tagsText += "\n"; - tagsText += "\t-------- DEFAULT TAGS --------\n\n"; - tagsText += "" + - "\t{b} Bold Text {/b}\n" + - "\t{i} Italic Text {/i}\n" + - "\t{color=red} Color Text (color){/color}\n" + - "\n" + - "\t{s}, {s=60} Writing speed (chars per sec){/s}\n" + - "\t{w}, {w=0.5} Wait (seconds)\n" + - "\t{wi} Wait for input\n" + - "\t{wc} Wait for input and clear\n" + - "\t{wp}, {wp=0.5} Wait on punctuation (seconds){/wp}\n" + - "\t{c} Clear\n" + - "\t{x} Exit, advance to the next command without waiting for input\n" + - "\n" + - "\t{vpunch=0.5} Vertically punch screen (intensity)\n" + - "\t{hpunch=0.5} Horizontally punch screen (intensity)\n" + - "\t{shake=1} Shake screen (intensity)\n" + - "\t{shiver=1} Shiver screen (intensity)\n" + - "\t{flash=0.5} Flash screen (duration)\n" + - "\n" + - "\t{audio=AudioObjectName} Play Audio Once\n" + - "\t{audioloop=AudioObjectName} Play Audio Loop\n" + - "\t{audiopause=AudioObjectName} Pause Audio\n" + - "\t{audiostop=AudioObjectName} Stop Audio\n" + - "\n" + - "\t{m} Broadcast message\n" + - "\t{$VarName} Substitute variable"; + tagsText += "\t-------- DEFAULT TAGS --------\n\n" + + "\t{b} Bold Text {/b}\n" + + "\t{i} Italic Text {/i}\n" + + "\t{color=red} Color Text (color){/color}\n" + + "\n" + + "\t{s}, {s=60} Writing speed (chars per sec){/s}\n" + + "\t{w}, {w=0.5} Wait (seconds)\n" + + "\t{wi} Wait for input\n" + + "\t{wc} Wait for input and clear\n" + + "\t{wp}, {wp=0.5} Wait on punctuation (seconds){/wp}\n" + + "\t{c} Clear\n" + + "\t{x} Exit, advance to the next command without waiting for input\n" + + "\n" + + "\t{vpunch=0.5} Vertically punch screen (intensity)\n" + + "\t{hpunch=0.5} Horizontally punch screen (intensity)\n" + + "\t{shake=1} Shake screen (intensity)\n" + + "\t{shiver=1} Shiver screen (intensity)\n" + + "\t{flash=0.5} Flash screen (duration)\n" + + "\n" + + "\t{audio=AudioObjectName} Play Audio Once\n" + + "\t{audioloop=AudioObjectName} Play Audio Loop\n" + + "\t{audiopause=AudioObjectName} Pause Audio\n" + + "\t{audiostop=AudioObjectName} Stop Audio\n" + + "\n" + + "\t{m=MessageName} Broadcast message\n" + + "\t{$VarName} Substitute variable"; + if (CustomTag.activeCustomTags.Count > 0) { tagsText += "\n\n\t-------- CUSTOM TAGS --------";