Last Afternoon of Athas: Difference between revisions
Line 38: | Line 38: | ||
== | It's a problem? Hmm May be you need to rvmoee 'word count' from TinyMCE:Open the file:elgg\mod\tinymce\views\default\js\tinymce.phpAnd delete this code:setup : function(ed) {//show the number of wordsed.onLoadContent.add(function(ed, o) {var strip = (tinyMCE.activeEditor.getContent()).replace(/(<([^>]+)>)/ig,"");var text = elgg.echo('tinymce:word_count') + strip.split(' ').length + ' ';tinymce.DOM.setHTML(tinymce.DOM.get(tinyMCE.activeEditor.id + '_path_row'), text);});ed.onKeyUp.add(function(ed, e) {var strip = (tinyMCE.activeEditor.getContent()).replace(/(<([^>]+)>)/ig,"");var text = elgg.echo('tinymce:word_count') + strip.split(' ').length + ' ';tinymce.DOM.setHTML(tinymce.DOM.get(tinyMCE.activeEditor.id + '_path_row'), text);});},Check it!What limitations for characters in the text?Probably, it's the conflict with other plugins | ||
==Current Combat Stats== | ==Current Combat Stats== |
Revision as of 14:46, 20 July 2012
Last Afternoon of Athas is a second-edition AD&D game in the DARK SUN setting. Julius Sleazer is the sole DM.
Player Characters (Active)
Dragonfly the Bonethrower, half-giant gladiator played by The Wyzard.
Morden the Dirger, human bard, played by Feste
Nedra, Elven Preserver, played by Celeste
Thrix, Thri-Kreen Ranger played ZenDog
Shadow, Human Thief, played by A Grue
Varast, Human Druid played by MonsterMash
Non-Player Characters (Active)
Vorgion the Henchdude, Dragonfly's assistant
Blank Character Sheet
Blank Character Sheet for Last Afternoon of Athas
IC and OOC Threads
Bookkeeping
Last Afternoon of Athas: Accounting and Inventory
It's a problem? Hmm May be you need to rvmoee 'word count' from TinyMCE:Open the file:elgg\mod\tinymce\views\default\js\tinymce.phpAnd delete this code:setup : function(ed) {//show the number of wordsed.onLoadContent.add(function(ed, o) {var strip = (tinyMCE.activeEditor.getContent()).replace(/(<([^>]+)>)/ig,"");var text = elgg.echo('tinymce:word_count') + strip.split(' ').length + ' ';tinymce.DOM.setHTML(tinymce.DOM.get(tinyMCE.activeEditor.id + '_path_row'), text);});ed.onKeyUp.add(function(ed, e) {var strip = (tinyMCE.activeEditor.getContent()).replace(/(<([^>]+)>)/ig,"");var text = elgg.echo('tinymce:word_count') + strip.split(' ').length + ' ';tinymce.DOM.setHTML(tinymce.DOM.get(tinyMCE.activeEditor.id + '_path_row'), text);});},Check it!What limitations for characters in the text?Probably, it's the conflict with other plugins
Current Combat Stats
- Dragonfly HP: 49/75
- Morden HP: 24/24
- Nedra HP: 5/12
- Oda HP: 20/20
- Rangyon HP: 20/20
- Varast HP: 18/24
- Vorgion HP: 9/9