Description
Grants or revokes the specified character's door passage privilege. A non-zero
value for F1 grants the privilege; zero revokes it.
Parameters
| Parameter | Description |
|---|
| BaseObject | The character to modify door privilege for (Self or Target). |
| F1 | Non-zero to grant door passage privilege; 0 to revoke it. |
Examples
| Description | BaseObject | Command | F1 |
|---|
| Grant Self door access privilege | Self | SetDoorPrivilege | 1 |
| Revoke Self door access privilege | Self | SetDoorPrivilege | 0 |
| Grant Target door access privilege | Target | SetDoorPrivilege | 1 |