Clickboxer help

Discussion of Inner Space

Moderators: Lavish Software Team, Moderators

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

Clickboxer help

Post by blackwinter » Wed Mar 04, 2009 9:49 am

<button name='follow'>
<X>50</X>
<Y>2</Y>
<Width>48</Width>
<Height>16</Height>
<Text>Follow</Text>
<OnLeftClick>
<![CDATA[
relay "all other" "press f2;press alt+f"
]]>
</OnLeftClick>
</button>

1, Can I have 2 command lines? or more?
like
relay "IS2" "press f2;press alt+f"
relay "IS3" "press f2;press alt+f"

2, can we select special IS# ,like
relay "IS3, IS2" "press f2;press alt+f"

I can't find more details on
http://www.lavishsoft.com/wiki

I want to know how to use relay.

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

Post by Lax » Wed Mar 04, 2009 4:09 pm

Can I have 2 command lines? or more?
yes
can we select special IS# ,like
relay "IS3, IS2" "press f2;press alt+f"
not as stated, however if is2 and is3 are in a relay group (if you use ISBoxer, these are created by putting Characters in Action Target Groups), you can relay to that group, like this:

Code: Select all

relay "my group" "press f2;press alt+f"
if NOT using ISBoxer, you can join groups per session as follows:

Code: Select all

uplink relaygroup -join "my group"

Post Reply