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:Bloodied and Dead Status Markers"

From Roll20 Wiki

Jump to: navigation, search
m (discont. API)
(6 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
|name=Bloodied and Dead Status Markers
 
|name=Bloodied and Dead Status Markers
 
|author={{user profile|370591|Ken Bauer}}
 
|author={{user profile|370591|Ken Bauer}}
|version=1.0
+
|version=1.1
 
|lastmodified=2015-01-06
 
|lastmodified=2015-01-06
 
|code=Bloodied and Dead Status Markers
 
|code=Bloodied and Dead Status Markers
 
|dependencies=
 
|dependencies=
|conflicts={{api repository link|Blood and Honor}}}}
+
|conflicts={{api repository link|Blood-and-Honor}}}}
  
This script automatically adds the Red marker to represent the "bloodied" state for any tokens that drop below half their health, and the "dead" marker for any that drop to 0 or less. It's assumed that health is stored in Bar 1.
+
'''Bloodied and Dead Status Markers''' automatically adds the Red marker to represent the "bloodied" state for any tokens that drop below half their health, and the "dead" marker for any that drop to 0 or less. It's assumed that health is stored in Bar 1.
 +
<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 assumes HP is being tracked in Bar 1.  
 
This script assumes HP is being tracked in Bar 1.  
  
== Changelog ==
+
=== Changelog ===
'''v.1.0 (2015-01-06)'''
+
{{changelog version|1.1|2015-01-06|* Release}}
* Release
+
[[Category:Discontinued API Scripts]]

Revision as of 11:58, 17 June 2020

API ScriptAuthor: Ken Bauer
Version: 1.1
Last Modified: 2015-01-06
Code: Bloodied and Dead Status Markers
Dependencies: None
Conflicts: Blood-and-Honor

Bloodied and Dead Status Markers automatically adds the Red marker to represent the "bloodied" state for any tokens that drop below half their health, and the "dead" marker for any that drop to 0 or less. It's assumed that health is stored in Bar 1.

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 assumes HP is being tracked in Bar 1.

Changelog

v1.1 (2015-01-06)

  • Release