$unsafe » History » Version 1
Per Amundsen, 06/14/2016 05:57 AM
| 1 | 1 | Per Amundsen | _Added in 2.4_ |
|---|---|---|---|
| 2 | |||
| 3 | *$unsafe(text)* |
||
| 4 | |||
| 5 | Base64 encodes a text to delay evaluation for one level of evaluation. |
||
| 6 | |||
| 7 | Useful for external user input in commands that may evaluate text later on, such as [[/timer]] commands. |
||
| 8 | |||
| 9 | *Parameters* |
||
| 10 | |||
| 11 | text - The text to evaluate. |
||
| 12 | |||
| 13 | *Properties* |
||
| 14 | |||
| 15 | .undo - Undo the base64 encode of the text. |