![]() |
QuickRaidButton not working
Here's what I've got:
Code:
<Data Name="Button2" Macro="SpellForMyLevel='3390154729' |
As stated in the FAQ, you need to enclose the ' (') with "
|
If I use the " then won't I be able to use the ' instead of '? I had thought by using ' I could circumvent the need for the ". But thanks, gm9. As always, my hero. :)
|
No it's the same thing, you could use ' anyway but well formed XML asks that you use the entity ' instead. However since it is a special character serving as a delimiter in UI script, you must enclose it in another delimiter (" = ") to prevent it being processed as such.
|
Quote:
Parent.Target&aquot;'&aquot;s group be legal? Or do I still need to use '? Cause I currently have that, and now it just prints out "Rezzing (PlayerName here)" instead of "Rezzing (PlayerName here)'s group", and it doesn't do the /say part at all. |
Quote:
|
HAHA, I'm a nub...
|
Okay, had to take a break from the game for a bit. I'm back and was testing this, and it's failing. Here's what I currently have:
<Data Name="Button2" Macro="SpellForMyLevel='3390154729' useabilityonplayer Parent.Target SpellForMyLevel raid Rezzing Parent.Target"'"s group say All the lazy folks in Parent.Target"'"s group needs to get up" Tooltip="Group Rez"/> I have also used: <Data Name="Button2" Macro="SpellForMyLevel='3390154729' useabilityonplayer Parent.Target SpellForMyLevel raid Rezzing Parent.Target"'"s group say All the lazy folks in Parent.Target"'"s group needs to get up" Tooltip="Group Rez"/> In both cases, the line that gets out put is: /raid Rezzing Parent.Target' s group /say All the lazy folks in Parent.Target' s group needs to get up And yes, there's a space between the apostrophe and the s. I'm not sure why. Thanks for any help. |
no way around the space as far as I am aware
|
Wouldn't it be:
raid Rezzing Parent.Target"'s" group say All the lazy folks in Parent.Target"'s" group needs to get up" Tooltip="Group Rez"/> |
I tested a few different ways myself and ended up with this:
raid Rezzing Parent.Target "'s" group say All the lazy folks in Parent.Target "'s" group needs to get up" Tooltip="Group Rez"/> Which comes out the way you want except there is still a space between the person's name and the apostrophe but quite a bit better than it coming out as "Parent.Target's" |
| All times are GMT -5. The time now is 05:24 AM. |
vBulletin® - Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
© MMOUI