View Single Post
  #11  
Unread 06-12-2006, 05:37 PM
Celestian Celestian is offline
A Crazed Gnoll
Interface Author - Click to view interfaces
 
Join Date: Nov 2004
Server: Antonia Bayle
Posts: 23
Default

Here is what I ended up using that worked. I've not tweaked it much but it works.

This is from MainHUD/Player, basically it casts Focus Intercession on me. I plan to use the same thing on my GroupMembers.

<Button LocalTooltip="Focused Benefaction" Name="FocusedHealingButton" OnPress="
Parent.FocusedHealingButton.sPlayerName=Parent.Parent.Parent.Parent.Target.v0.Na me.LocalText
msgTXT=(&apos;STUNNED while Focus healing &apos##(Parent.FocusedHealingButton.sPlayerName)
gsay=&apos;abc123&apos;
gsay=(msgTXT)
gsay=(msgTXT)
useability Focused Intercession" Opacity="0.000" ScrollExtent="20,20" Size="20,20"></Button>
Reply With Quote