portal 
Vars | |
create_sparks | Whether or not portal use will cause sparks |
---|---|
creation_mob_ckey | The ckey of the mob which was responsible for the creation of the portal. For example, the mob who used a wormhole jaunter. |
creation_obj_data | The UID and name of the object that created this portal. For example, a wormhole jaunter. |
effect_cooldown | The time after which the effects should play again. Too many effects can lag the server |
force_teleport | Does this portal bypass teleport restrictions? like TRAIT_NO_TELEPORT |
precision | How close to the portal you will teleport: 0 = on the portal, 1 = adjacent. Basically in range(precision, portal) , random turf will be choosen. |
Var Details
create_sparks 
Whether or not portal use will cause sparks
creation_mob_ckey 
The ckey of the mob which was responsible for the creation of the portal. For example, the mob who used a wormhole jaunter.
creation_obj_data 
The UID and name
of the object that created this portal. For example, a wormhole jaunter.
effect_cooldown 
The time after which the effects should play again. Too many effects can lag the server
force_teleport 
Does this portal bypass teleport restrictions? like TRAIT_NO_TELEPORT
precision 
How close to the portal you will teleport: 0 = on the portal, 1 = adjacent. Basically in range(precision, portal)
, random turf will be choosen.