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:KABOOM"

From Roll20 Wiki

Jump to: navigation, search
m
m
Line 8: Line 8:
 
A script that displaces tokens based on their size, and distance from an explosion or implosion effect. KABOOM is primarily triggered through chat messages, although it also exposes a function so other scripts may use it in automated events or as a part of some other effect chain.
 
A script that displaces tokens based on their size, and distance from an explosion or implosion effect. KABOOM is primarily triggered through chat messages, although it also exposes a function so other scripts may use it in automated events or as a part of some other effect chain.
  
 +
==Links==
 
* Detailed documentation: '''{{repo|Roll20/roll20-api-scripts/blob/master/KABOOM/README.md README.md}}'''
 
* Detailed documentation: '''{{repo|Roll20/roll20-api-scripts/blob/master/KABOOM/README.md README.md}}'''
 
* {{yt.be|4E-NtcoJt2A Making Things Explode with the KABOOM! API}} 10min, by Nick O.
 
* {{yt.be|4E-NtcoJt2A Making Things Explode with the KABOOM! API}} 10min, by Nick O.
 +
==See Also==
 +
* [[API:Script Index]] (partial) list of other APIs
 +
<br>
 +
<br>

Revision as of 17:29, 4 April 2021

API ScriptAuthor: PaprikaCC
Version: 1.2
Last Modified: 2017-02-17
Code: KABOOM
Dependencies: PathMath, Vector Math, MatrixMath
Conflicts: None

A script that displaces tokens based on their size, and distance from an explosion or implosion effect. KABOOM is primarily triggered through chat messages, although it also exposes a function so other scripts may use it in automated events or as a part of some other effect chain.

Links

See Also