-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from spiritlake/master
Text updates
- Loading branch information
Showing
22 changed files
with
1,005 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
txt: | ||
use_nick: false | ||
use_only_nick: false | ||
txt_start_marker: ( | ||
txt_end_marker: ) | ||
txt_preface: "TXT" | ||
scene_type: "Text" | ||
location: "Text" | ||
shortcuts: | ||
text: txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,33 @@ | ||
--- | ||
toc: Playing the Game | ||
toc: 4 - Writing the Story | ||
summary: How to send texts. | ||
aliases: | ||
- text | ||
- Texting | ||
- texts | ||
--- | ||
#Texts | ||
Send text messages to other characters. | ||
|
||
> Learn how the text system works in the [Text Tutorial](/help/txt_tutorial). | ||
## Texting from the Web-Portal | ||
There is a "Send Txt" button on any active scene in the web-portal. Texting into a scene will send a message in-game, if the character is connected. Otherwise, it will just send a text into the scene. | ||
There is a "Txt" button on any active scene in the web-portal. Texting into a scene will send a message in-game, if the character is connected. By default, texting on the portal will send a text to all participants of the scene. | ||
|
||
`<name>=<message>` - Send a message to a person from the webportal. If the recipient isn't already a participant in the scene, this will add them. | ||
`<name>=<message>` - Send a message to a specific person from the webportal. Adds recipients to scene if not already a participant. | ||
|
||
> Keep in mind that someone who's not logged in won't know they've been texted in a scene unless they check! Be courteous! | ||
> **Note:** Someone who's not logged in may not know they've been texted unless they notice their notifications! | ||
## Commands | ||
`txt <name> [<name> <name>]=<message>` - Send a message to name(s). | ||
`txt <name> [<name> <name>]/<scene #>=<message>` - Send a text to name + log it in a scene. If the recipient isn't already a participant in the scene, this will add them. | ||
`txt/newscene <name> [<name> <name>]=<message>` - Starts a new scene + sends a message to those names + the scene. | ||
|
||
`txt <name> [<name> <name>]=<message>` - Send a message to name(s) outside of a scene. | ||
`txt <name> [<name> <name>]/<scene #>=<message>` - Send a text to name + add it to a scene. Adds recipients to scene if not already a participant. | ||
`txt [=]<message>` - Send a message to your last text target + last scene. | ||
|
||
`txt/reply` - See who last texted you. | ||
`txt/reply <message>` - Reply to the last text (including all recipients + scene, if there is one) | ||
|
||
`txt/newscene <name> [<name> <name>]=<message>` - Starts a new scene + sends a message to those names + the scene. | ||
|
||
`txt/color <color>` - Color the (TXT to <name>) prefix. Use ansi color format for this, ex: \%xh\%xr for red highlight, \%xh\%xg for green highlight. | ||
|
||
> If you do not wish to receive txts (in general, or from a specific person), the `page/ignore <name>=<on/off>` and `page/dnd <on/off>` commands will block txts as well. | ||
> **Note:** If you do not wish to receive txts (in general, or from a specific person), the `page/ignore <name>=<on/off>` and `page/dnd <on/off>` commands will block txts as well. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
toc: 4 - Writing the Story | ||
tutorial: true | ||
summary: How to send texts. | ||
--- | ||
# Texts | ||
|
||
The text plugin lets you send text messages to other characters. | ||
|
||
[[toc]] | ||
|
||
##Sending Texts without a Scene | ||
|
||
On the game, you can text characters online by sending a text without specifying a scene number. These texts are not added to any scene and will not be logged or saved unless you do so manually. | ||
|
||
Do `txt <name>=<message>` to send a text without adding it to a scene. | ||
|
||
> **Note:** Texting characters without an attached scene only works when all characters are logged in to the game via telnet; it will not work via the portal. Texting via the portal requires a scene. | ||
##Sending Texts in a Scene | ||
|
||
###Starting a Scene | ||
|
||
On game, you can start a new text scene in one easy step. | ||
|
||
`txt/newscene <name> [<name}]=<message>` | ||
|
||
This will start a new scene, set the location and scene type, emit the text to all characters currently online, and add the text to the scene. | ||
|
||
On the portal, you will need to [start a scene](/help/scenes_tutorial#starting-a-scene) and set the location and type manually. | ||
|
||
###Replying to Texts | ||
|
||
####On Game | ||
If someone sends you a text, you can quickly reply to the text using `txt/reply=<message>`. This will send your text to everyone in the recipient list and add it to the scene. To see who last texted you, type `txt/reply` | ||
|
||
On the game, the 'txt' command will remember the last character and scene you texted. If you continue to text the same person, you can simply do `txt <name> [<name}]=<message>`. | ||
|
||
If you're texting several different recipients or to several different scenes at once, you'll need to specify who you are texting and what scene it should be added to by doing `txt <name> [<name}]/<scene>=<message>`. | ||
|
||
If you text someone who was not previously in that scene, they will automatically be added to the scene. | ||
|
||
####On the Portal | ||
Texts sent from the portal add the texts to the scene and emit to anyone who is online on the game. | ||
|
||
Send texts by using the 'Txt' button next to the 'Add OOC' and 'Add Pose' buttons on the portal. By default, this button texts everyone in the scene. | ||
|
||
To send texts to a different recipient list, do `<name> [name]=<message>` and use the 'Txt' button. | ||
|
||
##Text Settings | ||
|
||
###Text Color | ||
|
||
You can choose a personal text color to make text scenes more readable. Do `txt/color <color>` to set your personal color. You can view available colors by doing `colors`, `colors1`, `colors2`, etc. | ||
|
||
Use the full ansi color format for this, ex: \%xh\%xr for red highlight, \%xh\%x46 for bright green highlight, etc. | ||
|
||
###Ignoring or Blocking Texts | ||
|
||
If you do not wish to receive txts (in general, or from a specific person), the `page/ignore <name>=<on/off>` and `page/dnd <on/off>` commands will block txts as well. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.