Condition_HasDoorPermission
Description
Checks if the BaseObject has permission to access the Target door object. Returns false if Target is not a valid DoorObject.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The character or entity to check permission for |
| CompareType | Comparison operator: Equal (has permission), NotEqual (no permission) |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self has permission to open the Target door | Self | HasDoorPermission | Equal |
| Check if Self does not have permission to open the door | Self | HasDoorPermission | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents