EQ2Interface

EQ2Interface (https://www.eq2interface.com/forums/index.php)
-   Help!?!?! (https://www.eq2interface.com/forums/forumdisplay.php?f=24)
-   -   buttons - send tells to players (https://www.eq2interface.com/forums/showthread.php?t=12775)

Harduc 04-19-2009 09:28 AM

buttons - send tells to players
 
Hello!

I have modded a little in the group window and made some custom buttons ( borrowed the code from Rickf7666 (thanks alot for the PlayerString way of getting the target, helped ALOT). I tried to add a tell to the spelltarget, but cant get it to work. This is my code:

Code:

<Button BackgroundOpacity="0.000" Name="FDButton" OnPress="PlayerString=Parent.Parent.MemberInfo.Name.Text&#xD;&#xA;clearabilityqueue ; cancel_spellcast ; useabilityonplayer PlayerString SpellName ; tell PlayerString Msg" ScrollExtent="23,23" Size="23,23" SpellName="Mortal Embrace" Msg="You have been FD'ed! Press X to get up" Tooltip="Feign Death" />
as you can see, I try to reuse the PlayerString to get a target for my tell, but it wont work.

Drumstix42 04-19-2009 04:38 PM

Have you tried putting the tell on it's own line? I don't know if your editing via text editor or UIBuilder.

I think there's only so many commands you can separate by a semi-colon.

gm9 04-19-2009 04:54 PM

There's no limit on the number of commands on a line but the semicolon is not a valid command separator at all. So yes, just do a linebreak instead, the rest looks good.

lordebon 04-19-2009 06:39 PM

Yeah, the semicolon appears to be the problem. It used to work, but when they changed the macro system up from just 3 lines to the new system they similarly changed it so that ; no longer separates commands.


All times are GMT -5. The time now is 11:12 PM.

vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI