Displayer Script
De DigiWiki.
(Page créée avec « == Overcomplicated C-c-c-c-ombo breaker. == I went ahead and way over complicated this script, but allows for a lot more functionality. You can use way more than seven lines.… ») |
|||
| Ligne 9 : | Ligne 9 : | ||
<lsl> | <lsl> | ||
| - | //Created by Niles Argus 2011. The safeParseToTokens(string String) function, is hella useful. | + | // Created by Niles Argus 2011. The safeParseToTokens(string String) function, is hella useful. |
| - | + | ||
string activationTrigger = "."; //Used to activate the command line. Blank for none. | string activationTrigger = "."; //Used to activate the command line. Blank for none. | ||
| - | |||
| - | |||
string DEFAULT_SEPARATOR = " : "; | string DEFAULT_SEPARATOR = " : "; | ||
| - | |||
integer ENC_PADDING = 0x0; | integer ENC_PADDING = 0x0; | ||
integer ENC_SQUARE_BRACKETS = 0x1; | integer ENC_SQUARE_BRACKETS = 0x1; | ||
| Ligne 22 : | Ligne 18 : | ||
integer ENC_PARENTHESES = 0x2; | integer ENC_PARENTHESES = 0x2; | ||
integer ENC_ARROWS = 0x3; | integer ENC_ARROWS = 0x3; | ||
| - | |||
list encapsulatorReference = [ | list encapsulatorReference = [ | ||


