This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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. |