This command will send key to certain character name if the name is set in the interface.
Example:
Pushing 1 would send John alt 3
$1::
Package("John", "3", "alt")
return
Pushing 1 would send John 3
$1::
Package("John", "3", "")
return
This command will send key to certain character name if the name is set in the interface.
Example:
Pushing 1 would send John alt 3
$1::
Package("John", "3", "alt")
return
Pushing 1 would send John 3
$1::
Package("John", "3", "")
return