Skip to content

Instantly share code, notes, and snippets.

@Eunomiac
Eunomiac / AirbagStart.js
Last active July 5, 2021 03:51 — forked from VoltCruelerz/AirbagStart.js
Airbag - Roll20 API Crash Handler
/* eslint-disable */
let MarkStart = () => true;
let MarkStop = () => true;
let airIndex = new Error();
/* TO TEMPORARILY DISABLE AIRBAG:
//
// * - Disable the 'AirbagSTOP.js' script in your game's API Scripts page.
// * - Comment out everything below by deleting this end comment marker ⇒ */
// - To reactivate, reverse the above steps.