Difference between revisions of "Script:The Darkness is Closing In"
From Roll20 Wiki
m |
|||
Line 9: | Line 9: | ||
This script reduces the light radius of a token by 10% every time that token moves. Great for simulating "lamps running out of oil" or similar high-stress situations. | This script reduces the light radius of a token by 10% every time that token moves. Great for simulating "lamps running out of oil" or similar high-stress situations. | ||
+ | <br clear="all"> | ||
== Installation and Configuration == | == Installation and Configuration == |
Revision as of 23:13, 8 January 2015
Version: 1.0
Last Modified: 2015-01-06
Code: The Darkness is Closing In
Dependencies: None
Conflicts: None
This script reduces the light radius of a token by 10% every time that token moves. Great for simulating "lamps running out of oil" or similar high-stress situations.
Installation and Configuration
Copy the script's code, available from the menu on the right and stored at Roll20's API GitHub Repository. Paste the code into a new script in your campaign's API Script Editor. Save the new script and it will be available inside your campaign.
Script Use
This script was created as an example. It is always active and doesn't work well without custom triggers.
Changelog
v.1.0 (2015-01-06)
- Release