Scripting/Squirrel/Functions/SetWallglitch
This wiki is using an old backup from 2020
Some information may be old/missing
This will enable/disable wall glitch
Syntax
SetWallglitch( toggle )
Arguments
toggle - true or false
Example
function onScriptLoad()
{
SetWallglitch( true );
}