update script syntax

This commit is contained in:
UbitUmarov
2020-06-30 13:29:42 +01:00
parent c4f05016d7
commit 5b596bb29e
3 changed files with 185 additions and 57 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 = 12;
public static readonly LSLInteger OS_APIVERSION = 13;
public static readonly LSLInteger TRUE = 1;
public static readonly LSLInteger FALSE = 0;