Add code that forces an error if compiled in LSO to all scripts
This should prevent accidents when saving in inventory in the official viewer.
This commit is contained in:
parent
9c84243390
commit
f1ec6bde26
22 changed files with 46 additions and 32 deletions
|
@ -27,7 +27,7 @@ list XCITE_TILT;
|
|||
integer TIMER_DEFAULT = 30;
|
||||
string CURRENT_POSE;
|
||||
list TIMERS;
|
||||
list SITTERS;
|
||||
list SITTERS = [CURRENT_POSE]; //OSS::list SITTERS; // Force error if not compiled in Mono
|
||||
integer DEBUG;
|
||||
|
||||
Out(integer level, string out)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue