Quote Originally Posted by 'tinit5190',index.php?page=Thread&postID=170526#po st170526
So I am attempting again to get the click through IS to work. What I have done is I have opened up the zbinds.iss file and pasted:
Code:
/* Bind for click healing with is5. */
bind zb_Heals_L G10 relay is5 "mouseto \${Mouse};mouseclick left"
 bind zb_Heals_R G11 relay is5 "mouseto \${Mouse};mouseclick right"
Right below

Code:
/* Bind for AE - Send click to mousebutton.*/
bind zb_sendLeftToCoords G8 relay all"mouseto \${Mouse};mouseclick left"
bind zb_sendRightToCoords G9 relay all "mouseto \${Mouse};mouseclick right"
Is this in the wrong spot or something? Because when I go onto my main, enable mouse and keys, it doesn't work?
Do I need something in one of the other files?
Alright, so your saying that I tell IS to bind Left and right click (mouse) to a button on the last toon to heal?
Then with RDX I make the same window with left and right clicks on all toons, so that when I am on my main or 2, 3, 4 and I click to heal who ever I click (RDX Frame) it transmit to the last toon to heal?