View Single Post
  #16  
Unread 05-09-2008, 07:41 AM
bob23 bob23 is offline
A Young Mystail Rat
 
Join Date: Jun 2005
Server: Antonia Bayle
Posts: 7
Default

Im trying to pull off the same thing, but I cannot get the %t to return either.

I have _groupmembers.xml with this line:
... Name="button5" OnPress="clearabilityqueue ; cancel_spellcast ; do_file_commands ability5.txt"


The "ability5.txt" reads:
useability Jester's Cap ; target_previous


This works fine, however, I need to return the group members name to the chat box so they know i just cast that on them. I tried to add the "gsay jesters cap on GroupMember1.MemberInfoPage.Name" in the _groupmembers.xml, but that doest seem to return the groupmembers name to the chatbox. The path is right (GroupMember1.MemberInfoPage.Name) but nothing happens. How do I return a string of text to the chatbox from that xml?

thanx
Reply With Quote