update api version and script syntax

This commit is contained in:
UbitUmarov
2023-01-31 17:17:33 +00:00
parent 6a2d9e8ec3
commit 5ac93aaf2f
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;