update script sintaxe

This commit is contained in:
UbitUmarov
2019-02-22 22:42:07 +00:00
parent d89a089ca2
commit 009af3122f
2 changed files with 68 additions and 42 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 = 2;
public static readonly LSLInteger OS_APIVERSION = 3;
public static readonly LSLInteger TRUE = 1;
public static readonly LSLInteger FALSE = 0;