Simple Example
By Rob Evans • 5/4/2025
8
Description
This is just an example script that doesn't really do very much and won't be very useful, but is here to make sure the BattleScript.io platform is operating correctly.
Tags
testdo not use
Script Content
program {
language "@irrelon/battlescript@1.6.0";
name "Basic IR Events";
author "Irrelon Software Limited";
version "1.0.0";
}
// Set a variable for testing
int a = 1;