PortTeamW()

prompts for location all windows /whisper location this means you must target the npc first and have background windows assist before sending the command. You can also specify a timer to prevent crashing default is 500ms but to increase it PortTeamW(“1000”) for 1 second or any number you want

Usage:

$KEY::PortTeam()

Examples with different keys:

Using Function Key
$F1::PortTeamW()
Using Function Key with time
$F1::PortTeamW("2000")

Using Letters
$a::PortTeamW()
Using Letters with timer
$a::PortTeamW("1000")

Using Numbers
$1::PortTeamW()
Using Numbers with timer
$1::PortTeamW("2200")

Using Alt 1
$!1::PortTeamW()
Using Alt 1 with timer
$!1::PortTeamW("1000")

Using Ctrl 1
$^1::PortTeamW()
Using Ctrl 1 with timer
$^1::PortTeamW("1201")

Using Shift 1
$+1::PortTeamW()
Using Shift 1 with timer
$+1::PortTeamW("2222")

Leave a Reply

Your email address will not be published. Required fields are marked *

Back To Top