<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.
Clickboxer help
Moderators: Lavish Software Team, Moderators
yesCan I have 2 command lines? or more?
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:can we select special IS# ,like
relay "IS3, IS2" "press f2;press alt+f"
Code: Select all
relay "my group" "press f2;press alt+f"
Code: Select all
uplink relaygroup -join "my group"