Guest User

Untitled

a guest
Feb 1st, 2012
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.60 KB | None | 0 0
  1. ; ==== OSSL FUNCTION BLOCK ====
  2. ; OS Functions enable/disable
  3. ; For each function, you can add one line, as shown
  4. ; The default for all functions allows them if below threat level
  5. ;
  6. ;; = true allows the use of the function unconditionally
  7. ;; = false completely disallows regardles
  8. ;; = UUID allows that Individual Avatar Access to osFunction
  9. ;
  10. ; **** THREAT LEVEL NONE Functions ****
  11. Allow_osGetCurrentSunHour = true
  12. Allow_osSunGetParam = true
  13. Allow_osSunSetParam = true
  14. Allow_osWindActiveModelPluginName = true
  15. Allow_osMovePen = true
  16. Allow_osDrawLine = true
  17. Allow_osDrawText = true
  18. Allow_osDrawEllipse = true
  19. Allow_osDrawRectangle = true
  20. Allow_osDrawFilledRectangle = true
  21. Allow_osSetFontSize = true
  22. Allow_osSetPenSize = true
  23. Allow_osSetPenColour = true
  24. Allow_osDrawImage = true
  25. Allow_osGetAgents = true
  26. Allow_osTerrainGetHeight = true
  27. Allow_osParseJSON = true
  28. ;
  29. ; **** THREAT LEVEL Nuisance Block ****
  30. Allow_osSetRegionSunSettings = PARCEL_OWNER
  31. Allow_osSetEstateSunSettings = PARCEL_OWNER
  32. ;
  33. ; **** THREAT LEVEL VeryLow Block ****
  34. Allow_osTerrainFlush = false
  35. Allow_osSetPrimFloatOnWater = true
  36. Allow_osSetDynamicTextureURL = true
  37. Allow_osSetDynamicTextureURLBlend = true
  38. Allow_osSetDynamicTextureURLBlendFace = true
  39. Allow_osSetDynamicTextureData = true
  40. Allow_osSetDynamicTextureDataBlend = true
  41. Allow_osSetDynamicTextureDataBlendFace = true
  42. Allow_osGetDrawStringSize = true
  43. Allow_osWindParamSet = true
  44. Allow_osWindParamGet = true
  45. Allow_osSetParcelMediaURL = true
  46. ;
  47. ; **** THREAT LEVEL Low Block ****
  48. Allow_osMessageObject = true
  49. Allow_osAvatarName2Key = true
  50. Allow_osKey2Name = true
  51. Allow_osFormatString = true
  52. Allow_osLoadedCreationDate = false
  53. Allow_osLoadedCreationTime = false
  54. Allow_osLoadedCreationID = false
  55. ;
  56. ; **** THREAT LEVEL Moderate ****
  57. Allow_osGetGridNick = true
  58. Allow_osGetGridName = true
  59. Allow_osGetGridLoginURI = true
  60. Allow_osGetGridCustom = true
  61. Allow_osGetGridHomeURI = true
  62. ;
  63. ; **** THREAT LEVEL HIGH Block ****
  64. Allow_osMakeNotecard = true
  65. Allow_osMatchString = false
  66. Allow_osTerrainSetHeight = false
  67. Allow_osRegionRestart = false
  68. Allow_osGetAgentIP = true
  69. Allow_osSetRegionWaterHeight = PARCEL_OWNER
  70. Allow_osGetScriptEngineName = true
  71. ;
  72. ; **** THREAT LEVEL VeryHigh Block ****
  73. Allow_osRegionNotice = true
  74. Allow_osSetRot = true
  75. Allow_osAvatarPlayAnimation = true
  76. Allow_osAvatarStopAnimation = true
  77. Allow_osGetNotecardLine = true
  78. Allow_osGetNotecard = true
  79. Allow_osGetNumberOfNotecardLines = true
  80. ;
  81. ; **** THREAT LEVEL Severe Block****
  82. Allow_osTeleportAgent = true
  83. Allow_osGetSimulatorVersion = true
  84. Allow_osConsoleCommand = false ; ! USE ONLY WITH REGION OPERATORS UUID !
  85. ;
  86. ; **** NPC Block ****
  87. Allow_osNpcCreate = true
  88. Allow_osNpcRemove = true
  89. Allow_osNpcGetRot = true
  90. Allow_osNpcSetRot = true
  91. Allow_osNpcGetPos = true
  92. Allow_osNpcMoveTo = true
  93. Allow_osNpcMoveToTarget = true
  94. Allow_osNpcStopMoveToTarget = true
  95. Allow_osNpcSay = true
  96. Allow_osOwnerSaveAppearance = true
  97. Allow_osAgentSaveAppearance = true
  98. Allow_osNpcSaveAppearance = true
  99. Allow_osNpcLoadAppearance = true
  100. Allow_osNpcSit = true
  101. Allow_osNpcStand = true
  102. Allow_osNpcPlayAnimation = true
  103. Allow_osNpcPlayAnimation = true
  104. ;
  105. ; ==== END OF OSSL FUNCTION BLOCK ====
Advertisement
Add Comment
Please, Sign In to add comment