Condition_IsSameFloor
Description
Checks whether the BaseObject and the non-base entity are on the same floor level. Both entities must be valid actors with a valid FloorLevel.
Parameters
| Parameter | Description |
|---|---|
| BaseObject | The entity to compare floor level (Self or Target). |
| CompareType | Equal (same floor), NotEqual (different floor). |
Examples
| Description | BaseObject | Command | CompareType |
|---|---|---|---|
| Check if Self and Target are on the same floor | Self | IsSameFloor | Equal |
| Check if Self and Target are on different floors | Self | IsSameFloor | NotEqual |
Back to Command FinderSearch and filter all 491 Script Condition documents