Add an entry for osGetGender to config-include/osslEnable.ini. Thanks to Austin Tate for the suggestion.
parent
5d3c327e93
commit
22e0367203
|
@ -75,6 +75,7 @@
|
||||||
Allow_osGetAgents = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osGetAgents = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
||||||
Allow_osGetAvatarList = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osGetAvatarList = ${XEngine|osslParcelOG}ESTATE_MANAGER,ESTATE_OWNER
|
||||||
Allow_osGetCurrentSunHour = true
|
Allow_osGetCurrentSunHour = true
|
||||||
|
Allow_osGetGender = true
|
||||||
Allow_osGetHealth = true
|
Allow_osGetHealth = true
|
||||||
Allow_osGetInventoryDesc = true
|
Allow_osGetInventoryDesc = true
|
||||||
Allow_osGetMapTexture = true
|
Allow_osGetMapTexture = true
|
||||||
|
@ -152,7 +153,7 @@
|
||||||
Allow_osMessageAttachments = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osMessageAttachments = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
||||||
Allow_osSetSpeed = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osSetSpeed = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
||||||
|
|
||||||
; High
|
; ThreatLevel High
|
||||||
Allow_osCauseDamage = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osCauseDamage = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
||||||
Allow_osCauseHealing = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osCauseHealing = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
||||||
Allow_osForceAttachToAvatar = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osForceAttachToAvatar = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
||||||
|
@ -200,7 +201,7 @@
|
||||||
Allow_osSetTerrainTexture = ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osSetTerrainTexture = ESTATE_MANAGER,ESTATE_OWNER
|
||||||
Allow_osSetTerrainTextureHeight = ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osSetTerrainTextureHeight = ESTATE_MANAGER,ESTATE_OWNER
|
||||||
|
|
||||||
; VeryHigh
|
; ThreatLevel VeryHigh
|
||||||
Allow_osAgentSaveAppearance = ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osAgentSaveAppearance = ESTATE_MANAGER,ESTATE_OWNER
|
||||||
; Warning: The next function allows scripts to force animations on avatars without the user giving permission.
|
; Warning: The next function allows scripts to force animations on avatars without the user giving permission.
|
||||||
; Enabling this can allow forced animations which can trigger traumatic episodes in vulnerable populations.
|
; Enabling this can allow forced animations which can trigger traumatic episodes in vulnerable populations.
|
||||||
|
@ -218,7 +219,7 @@
|
||||||
Allow_osSetRot = false
|
Allow_osSetRot = false
|
||||||
Allow_osSetParcelDetails = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
Allow_osSetParcelDetails = ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|
||||||
|
|
||||||
; Severe
|
; ThreatLevel Severe
|
||||||
Allow_osConsoleCommand = false
|
Allow_osConsoleCommand = false
|
||||||
Allow_osForceAttachToOtherAvatarFromInventory = false
|
Allow_osForceAttachToOtherAvatarFromInventory = false
|
||||||
Allow_osGrantScriptPermissions = false
|
Allow_osGrantScriptPermissions = false
|
||||||
|
|
Loading…
Reference in New Issue