Executes scoped commands depending of the provided condition.
Run the code below and try pressing ESC key to display B1 is true.
function main() { //do nothing } function cleanrender() { if (B1 == true) { Konsol:Log("B1 is true") } }
todo: fix links