Split the RLV_RESTRICTIONS list of [AV]root-RLV-extra into strides

That makes it easier to edit.
This commit is contained in:
Sei Lisa 2018-12-15 20:02:18 +01:00
parent a5637b2e0a
commit 855fa85ac1

View file

@ -31,7 +31,16 @@ list folderOptions = [menu]; //OSS::list folderOptions; // Force error in LSO
list folderNamesFullLength;
list CLOTHING_LAYERS = ["gloves", "jacket", "pants", "shirt", "shoes", "skirt", "socks", "underpants", "undershirt", "", "", "", "", "alpha", "tattoo"];
list ATTACHMENT_POINTS = ["", "chest", "skull", "left shoulder", "right shoulder", "left hand", "right hand", "left foot", "right foot", "spine", "pelvis", "mouth", "chin", "left ear", "right ear", "left eyeball", "right eyeball", "nose", "r upper arm", "r forearm", "l upper arm", "l forearm", "right hip", "r upper leg", "r lower leg", "left hip", "l upper leg", "l lower leg", "stomach", "left pec", "right pec", "", "", "", "", "", "", "", "", "neck", "root"];
list RLV_RESTRICTIONS = ["Chat", "sendchat", "sending chat", "IM", "sendim", "sending IM", "Touch", "touchall", "touching", "Names", "shownames", "seeing names", "Rez/Edit", "edit,rez", "editing and rezzing objects", "Inventory", "showinv", "accessing their inventory", "Map", "showworldmap,showminimap", "seeing their map", "Location", "showloc", "seeing their location"];
list RLV_RESTRICTIONS =
[ "Chat", "sendchat", "sending chat"
, "IM", "sendim", "sending IM"
, "Touch", "touchall", "touching"
, "Names", "shownames", "seeing names"
, "Rez/Edit", "edit,rez", "editing and rezzing objects"
, "Inventory", "showinv", "accessing their inventory"
, "Map", "showworldmap,showminimap", "seeing their map"
, "Location", "showloc", "seeing their location"
];
string iconActive = "✘ ";
string iconInactive = "✔ ";
string iconEmpty = "○";