How to use Relay "all other" execute?

Discussion of Inner Space

Moderators: Lavish Software Team, Moderators

Post Reply
blackwinter
GamingTools Subscriber
Posts: 74
Joined: Sun Jun 25, 2006 8:29 am

How to use Relay "all other" execute?

Post by blackwinter » Tue Feb 21, 2012 1:37 am

Relay "all other" execute echo hi

won't relay on others but only on my main.

how to relay "echo hi" on others?

blackwinter
GamingTools Subscriber
Posts: 74
Joined: Sun Jun 25, 2006 8:29 am

Post by blackwinter » Tue Feb 21, 2012 1:43 am

need to use execute , as

execute ${mycommand}

Lax
Owner
Posts: 6634
Joined: Fri Jun 18, 2004 6:08 pm

Post by Lax » Tue Feb 21, 2012 6:22 am

You don't have to use the execute command when you relay.

Code: Select all

Relay "all other" "${mycommand.Escape}"

Post Reply