Skip to main content

Dimension Facts

In Temporary Dimension (in_temporary_dimension_fact)

Checks if the player is currently in ANY temporary dimension.
  • Returns: 1 if true, 0 if false.

In Specific Dimension (in_specific_dimension_fact)

Checks if the player is in a specific type of temporary dimension.
FieldTypeDefaultDescription
dimensionRef<TemporaryDimension>EmptyThe dimension definition to check against.
  • Returns: 1 if true, 0 if false.