teleport
Teleport Spell
Teleports the caster to a turf selected by get_destinations().
Vars | |
destination_flags | A list of flags related to determining if our destination target is valid or not. |
---|---|
force_teleport | Whether we force the teleport to happen (ie, it cannot be blocked by noteleport areas or blessings or whatever) |
post_teleport_sound | The sound played on arrival, after the teleport. |
teleport_channel | What channel the teleport is done under. |
Procs | |
get_destinations | Gets a list of destinations that are valid |
is_valid_destination | Checks if the passed turf is a valid destination. |
Var Details
destination_flags
A list of flags related to determining if our destination target is valid or not.
force_teleport
Whether we force the teleport to happen (ie, it cannot be blocked by noteleport areas or blessings or whatever)
post_teleport_sound
The sound played on arrival, after the teleport.
teleport_channel
What channel the teleport is done under.
Proc Details
get_destinations
Gets a list of destinations that are valid
is_valid_destination
Checks if the passed turf is a valid destination.