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:The Darkness is Closing In"

From Roll20 Wiki

Jump to: navigation, search
(tagged as "discontinued API")
(4 intermediate revisions by one user not shown)
Line 2: Line 2:
 
|name=The Darkness is Closing In
 
|name=The Darkness is Closing In
 
|author={{user profile|1|Riley Dutton}}
 
|author={{user profile|1|Riley Dutton}}
|version=1.0
+
|version=1.1
 
|lastmodified=2015-01-06
 
|lastmodified=2015-01-06
 
|code=The Darkness is Closing In
 
|code=The Darkness is Closing In
Line 8: Line 8:
 
|conflicts=}}
 
|conflicts=}}
  
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.
+
'''The Darkness is Closing In''' 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 ===
 
Copy the script's code, available from the menu on the right and stored at Roll20's [https://github.com/Roll20/roll20-api-scripts API GitHub Repository]. Paste the code into a new script in your campaign's [[API:Use_Guide#The_Script_Editor|API Script Editor]]. Save the new script and it will be available inside your campaign.
 
Copy the script's code, available from the menu on the right and stored at Roll20's [https://github.com/Roll20/roll20-api-scripts API GitHub Repository]. Paste the code into a new script in your campaign's [[API:Use_Guide#The_Script_Editor|API Script Editor]]. Save the new script and it will be available inside your campaign.
  
== Script Use ==
+
=== Script Use ===
 
This script was created as an example. It is always active and doesn't work well without custom triggers.
 
This script was created as an example. It is always active and doesn't work well without custom triggers.
  
== Changelog ==
+
=== Changelog ===
'''v.1.0 (2015-01-06)'''
+
{{changelog version|1.1|2015-01-06|* Release}}
* Release
+
[[Category:Discontinued API Scripts]]

Revision as of 12:44, 17 June 2020

API ScriptAuthor: Riley Dutton
Version: 1.1
Last Modified: 2015-01-06
Code: The Darkness is Closing In
Dependencies: None
Conflicts: None

The Darkness is Closing In 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

v1.1 (2015-01-06)

  • Release