Slash(“command”)

Can be used with slash command to send active window name or specific name or 1 for active window or type the name Slash(“/target”,”MyCharName”) Slash(“/target”,1)

Usage:

Examples with different keys:


Using Function Key
$F1::
Slash("/target",1)

return

Using Letters
$a::
Slash("/target","MyCharName")
return

Using Numbers
$1::
Slash("/dance")
return

Using Alt 1
$!1::
Slash("/wave")
return

Using Ctrl 1
$^1::
Slash("/bg join", "CharacterToJoin")
return

Using Shift 1
$+1::
Slash("/bg join", "CharacterToJoin")
return

Leave a Reply

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

Back To Top