Skip to content
ricochet1k edited this page Mar 18, 2012 · 4 revisions

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

Syntax

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

Examples

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