
High Priority
1. Popout chat ala GTalk in the gmail window
2. embedded rolls
/em runs in and slashes his opponent [1d20+5] ->
Dj (GM) runs in and slashes his opponent
Dj (GM): rolling 1d20+5
(12)+5 = 17
3. tabbed chat so you can have a tab for each player whispers
Low Priority
1. chat groups so players can all join a group to talk amongst themselves (eg no GM)
Long Term
1. Allow custom chat commands
This will take some careful consideration for security
a decent first step that has no security issues is
name: ???
prepend text: ???
append text: ???
style: ???
name will be the name of the command, should have no spaces
prepend text will be prepended to the message
append text will be appended to the message
style is css that gets applied to the message inline
So if I wanted to create an Out of Character command I would do
name: ooc
prepend text: ((OOC:
append text: ))
style:
background-color: #BDECB6;
font-size: .8em;
font-style: italic;
then I could do `/ooc haha your funny joe` and get
Dj (GM): ((OOC: hahah your funny joe))