Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Script:What Did He Say"

From Roll20 Wiki

Jump to: navigation, search
(description)
Line 2: Line 2:
  
 
==description==
 
==description==
This script allows you to use macros to "speak in other languages". Each language must be assigned a character sheet manually, and control of the sheet given to any players with characters that speak that language. The format for the macros to speak the languages is
+
This script allows you to use macros to "speak in other languages". Each language must be assigned a character sheet manually, and control of the sheet given to any players with characters that speak that language. Language names should be the same as the command to speak them without the !.
!languagename ?{message}
+
The supported languages and the macros to use them are
 +
aboleth= !aboleth ?{message}
 +
abyssal= !abyssal ?{message}
 +
aklo= !aklo ?{message}
 +
aquan= !aquan ?{message}
 +
auran= !auran ?{message}
 +
boggard= !boggard ?{message}
 +
celestial= !celestial ?{message}
 +
cyclops= !cyclops ?{message}
 +
draconic= !draconic ?{message}
 +
drow sign language= !drow ?{message}
 +
druidic= !druidic ?{message}
 +
dwarven= !dwarven ?{message}
 +
elven= !elven?{message}
 +
giant= !giant ?{message}
 +
gnoll= !gnoll ?{message}
 +
gnome= !gnome ?{message}
 +
goblin= !goblin ?{message}
 +
halfling= !halfling ?{message}
 +
ignan= !ignan ?{message}
 +
infernal= !infernal ?{message}
 +
orc= !orc ?{message}
 +
protean= !protean ?{message}
 +
sphinx= !sphinx ?{message}
 +
sylvan= !sylvan ?{message}
 +
tengu= !tengu ?{message}
 +
terran= !terran ?{message}
 +
treant= !treant ?{message}
 +
undercommon= !undercommon ?{message}
  
 
===Code===
 
===Code===
 
https://github.com/Rogerdodge/language-script-for-roll20/blob/master/languages.js
 
https://github.com/Rogerdodge/language-script-for-roll20/blob/master/languages.js

Revision as of 23:51, 30 December 2014

Author: Stephen S. (original version) Roger A.(modified/expanded version using the same interaction style as the original, instead of the new interaction style of Stephen's current language script)

description

This script allows you to use macros to "speak in other languages". Each language must be assigned a character sheet manually, and control of the sheet given to any players with characters that speak that language. Language names should be the same as the command to speak them without the !.

The supported languages and the macros to use them are

aboleth= !aboleth ?{message} abyssal= !abyssal ?{message} aklo= !aklo ?{message} aquan= !aquan ?{message} auran= !auran ?{message} boggard= !boggard ?{message} celestial= !celestial ?{message} cyclops= !cyclops ?{message} draconic= !draconic ?{message} drow sign language= !drow ?{message} druidic= !druidic ?{message} dwarven= !dwarven ?{message} elven= !elven?{message} giant= !giant ?{message} gnoll= !gnoll ?{message} gnome= !gnome ?{message} goblin= !goblin ?{message} halfling= !halfling ?{message} ignan= !ignan ?{message} infernal= !infernal ?{message} orc= !orc ?{message} protean= !protean ?{message} sphinx= !sphinx ?{message} sylvan= !sylvan ?{message} tengu= !tengu ?{message} terran= !terran ?{message} treant= !treant ?{message} undercommon= !undercommon ?{message}

Code

https://github.com/Rogerdodge/language-script-for-roll20/blob/master/languages.js