Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; ==== OSSL FUNCTION BLOCK ====
- ; OS Functions enable/disable
- ; For each function, you can add one line, as shown
- ; The default for all functions allows them if below threat level
- ;
- ;; = true allows the use of the function unconditionally
- ;; = false completely disallows regardles
- ;; = UUID allows that Individual Avatar Access to osFunction
- ;
- ; **** THREAT LEVEL NONE Functions ****
- Allow_osGetCurrentSunHour = true
- Allow_osSunGetParam = true
- Allow_osSunSetParam = true
- Allow_osWindActiveModelPluginName = true
- Allow_osMovePen = true
- Allow_osDrawLine = true
- Allow_osDrawText = true
- Allow_osDrawEllipse = true
- Allow_osDrawRectangle = true
- Allow_osDrawFilledRectangle = true
- Allow_osSetFontSize = true
- Allow_osSetPenSize = true
- Allow_osSetPenColour = true
- Allow_osDrawImage = true
- Allow_osGetAgents = true
- Allow_osTerrainGetHeight = true
- Allow_osParseJSON = true
- ;
- ; **** THREAT LEVEL Nuisance Block ****
- Allow_osSetRegionSunSettings = PARCEL_OWNER
- Allow_osSetEstateSunSettings = PARCEL_OWNER
- ;
- ; **** THREAT LEVEL VeryLow Block ****
- Allow_osTerrainFlush = false
- Allow_osSetPrimFloatOnWater = true
- Allow_osSetDynamicTextureURL = true
- Allow_osSetDynamicTextureURLBlend = true
- Allow_osSetDynamicTextureURLBlendFace = true
- Allow_osSetDynamicTextureData = true
- Allow_osSetDynamicTextureDataBlend = true
- Allow_osSetDynamicTextureDataBlendFace = true
- Allow_osGetDrawStringSize = true
- Allow_osWindParamSet = true
- Allow_osWindParamGet = true
- Allow_osSetParcelMediaURL = true
- ;
- ; **** THREAT LEVEL Low Block ****
- Allow_osMessageObject = true
- Allow_osAvatarName2Key = true
- Allow_osKey2Name = true
- Allow_osFormatString = true
- Allow_osLoadedCreationDate = false
- Allow_osLoadedCreationTime = false
- Allow_osLoadedCreationID = false
- ;
- ; **** THREAT LEVEL Moderate ****
- Allow_osGetGridNick = true
- Allow_osGetGridName = true
- Allow_osGetGridLoginURI = true
- Allow_osGetGridCustom = true
- Allow_osGetGridHomeURI = true
- ;
- ; **** THREAT LEVEL HIGH Block ****
- Allow_osMakeNotecard = true
- Allow_osMatchString = false
- Allow_osTerrainSetHeight = false
- Allow_osRegionRestart = false
- Allow_osGetAgentIP = true
- Allow_osSetRegionWaterHeight = PARCEL_OWNER
- Allow_osGetScriptEngineName = true
- ;
- ; **** THREAT LEVEL VeryHigh Block ****
- Allow_osRegionNotice = true
- Allow_osSetRot = true
- Allow_osAvatarPlayAnimation = true
- Allow_osAvatarStopAnimation = true
- Allow_osGetNotecardLine = true
- Allow_osGetNotecard = true
- Allow_osGetNumberOfNotecardLines = true
- ;
- ; **** THREAT LEVEL Severe Block****
- Allow_osTeleportAgent = true
- Allow_osGetSimulatorVersion = true
- Allow_osConsoleCommand = false ; ! USE ONLY WITH REGION OPERATORS UUID !
- ;
- ; **** NPC Block ****
- Allow_osNpcCreate = true
- Allow_osNpcRemove = true
- Allow_osNpcGetRot = true
- Allow_osNpcSetRot = true
- Allow_osNpcGetPos = true
- Allow_osNpcMoveTo = true
- Allow_osNpcMoveToTarget = true
- Allow_osNpcStopMoveToTarget = true
- Allow_osNpcSay = true
- Allow_osOwnerSaveAppearance = true
- Allow_osAgentSaveAppearance = true
- Allow_osNpcSaveAppearance = true
- Allow_osNpcLoadAppearance = true
- Allow_osNpcSit = true
- Allow_osNpcStand = true
- Allow_osNpcPlayAnimation = true
- Allow_osNpcPlayAnimation = true
- ;
- ; ==== END OF OSSL FUNCTION BLOCK ====
Advertisement
Add Comment
Please, Sign In to add comment