View Single Post
  #5  
Unread 09-11-2010, 11:10 AM
dernia dernia is offline
A Crazed Gnoll
 
Join Date: Dec 2004
Server: Antonia Bayle
Posts: 24
Default

Quote:
Originally Posted by gm9 View Post
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 (" = &quot to prevent it being processed as such.
So would:

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.
Reply With Quote