This allows you (With permission) to restrict what another ATLust player can do. The restriction permissions are on the player, not character. So switching characters will not affect restrictions. Restrictions from multiple players will overlap, so if multiple players have the same restriction on another player, all of them will have to lift those restrictions in order for the target player to be free to perform the restricted action.
Restrictions are removed when the restriction permissions are removed.
To manage restrictions. Go to the ATLust website: Other Stuff > Restrictions.
Players can be added to a whitelist, which will allow some restrictions to be bypassed if it involves a whitelisted player. IE: You can restrict a player from teasing, except if the tease target is in the whitelist. Whitelists are tied to the permissions, so you will have separate whitelists for each player you have restricted.
Name | Description | Internal Name (For API) | Bit value (For API) |
---|---|---|---|
No Requesting Partner | Cannot request partner permissions | restrict_request_partner | 0x1 |
No Accepting Partner | Cannot accept partner requests | restrict_accept_partner | 0x2 |
Force Auto Partner | Auto Partner accept is forced on (This restriction is overridden by "No Accepting Partner") | restrict_force_auto_partner | 0x4 |
No Climaxes | Not allowed to climax (Currently does not affect masturbation) | restrict_climax | 0x8 |
No Portal Use | Cannot use portals | restrict_portals | 0x10 |
No Sperm Bank Use | Cannot use the sperm bank. This affects both depositing and purchasing from it. | restrict_sperm_bank | 0x20 |
No Egg Bank Use | Cannot use the egg bank. This affects both depositing and purchasing from it. | restrict_egg_bank | 0x40 |
No Contraceptives | Cannot use contraceptives | restrict_contraceptives | 0x80 |
No Detach | The ATLust HUD cannot be detached (Unless out of date). This requires the target to have RLV enabled. | restrict_detach | 0x100 |
No Char Edits | Cannot edit your current character. (This does not affect editing other characters) | restrict_char_edits | 0x200 |
No Teasing | Cannot tease others | restrict_teasing_others | 0x400 |
No Playing | Cannot use play actions on others | restrict_playing_others | 0x800 |
No Sex | Cannot use sex actions on others | restrict_sex_others | 0x1000 |
No Masturbation | Cannot masturbate | restrict_masturbation | 0x2000 |
No Character Changes | Cannot change characters | restrict_char_change | 0x4000 |
No RP Mode | Cannot use RP mode | restrict_rp_mode | 0x8000 |
No Item Use | Cannot use items (This does not affect item use permissions, so other players can use items on the restricted player) | restrict_item_use | 0x10000 |