Teleports the player to or from their current LFG dungeon


See also Looking for group functions.

Signature:

LFGTeleport(portOut)

Arguments:

  • portOut - A boolean flag that indicates if the player is trying to teleport out of the dungeon, or not. (boolean)

Examples:

/run LFGTeleport()      -- teleport player into dungeon
/run LFGTeleport(true)  -- teleport player out of dungeon