update api version and script syntax

This commit is contained in:
UbitUmarov
2023-01-31 17:07:44 +00:00
parent 9edba5582e
commit 4d84d4b116
2 changed files with 72 additions and 62 deletions

View File

@@ -35,7 +35,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
public partial class ScriptBaseClass
{
// SCRIPTS CONSTANTS
public static readonly LSLInteger OS_APIVERSION = 20;
public static readonly LSLInteger OS_APIVERSION = 21;
public static readonly LSLInteger TRUE = 1;
public static readonly LSLInteger FALSE = 0;