Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Conditional: World

1cec0ld edited this page Jul 17, 2012 · 4 revisions

Is true if the world matches the specified world name or one of the worlds in the alias.

Syntax

- 'if {world}.named.{world_name_or_alias}': 'blah'

Examples

Damage: #Everything hurts more in Hell, but Heaven not so much.
    - 'if world.named.HellWorld': '+2'
    - 'if world.named._skyWorlds': '-2'
Aliases:
    World:
        skyWorlds:
            - 'skyftw'
            - 'anotherCastleInTheSkyWorld'
Clone this wiki locally