change opensim.ini.example to reflect the changes to npc creation options
parent
3a498b0637
commit
40dc2541ff
|
@ -1116,18 +1116,17 @@
|
||||||
; Enabled = false
|
; Enabled = false
|
||||||
|
|
||||||
;; several options to control NPCs creation
|
;; several options to control NPCs creation
|
||||||
;; should only be set true on special uses.
|
|
||||||
|
|
||||||
;; allow NPCs to be created not Owned {true false} false
|
;; allow NPCs to be created not Owned {true false} default: true
|
||||||
; AllowNotOwned = false
|
; AllowNotOwned = false
|
||||||
|
|
||||||
;; allow NPCs to set to be sensed as Avatars {true false} false
|
;; allow NPCs to set to be sensed as Avatars {true false} default: true
|
||||||
; AllowSenseAsAvatar = false
|
; AllowSenseAsAvatar = false
|
||||||
|
|
||||||
;; allow NPCs to created cloning any avatar in region {true false} false
|
;; allow NPCs to created cloning any avatar in region {true false} default: true
|
||||||
; AllowCloneOtherAvatars = false
|
; AllowCloneOtherAvatars = false
|
||||||
|
|
||||||
;; if true NPCs will have no group title, if false display "- NPC -" for easy identification {true false} false
|
;; if true NPCs will have no group title, if false display "- NPC -" for easy identification {true false} default: true
|
||||||
; NoNPCGroup = false
|
; NoNPCGroup = false
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue