NetworkSend(“key”)

This command will allow your hotkey to be sent across the network to multiple computers running the script. You must have your main pc set as Master and others set as Slave to receive the key. If your main character dies you can toggle the interface button from master to off and switch another pc to master and take control of the team. Assist() and Target() commands will work with which ever computer you are control.

Usage:

$KEY::
NetworkSend("KEY")
return

Example:

$4::
NetworkSend("4")
Package("PBAE", "7", "")
Package("Healer", "3", "")
return

Leave a Reply

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

Back To Top