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

Let me try this again and perhaps people can understand better my problem:

I am having trouble finding out how to place a target name or player name into text output by a UI mod.

I currently have a group mod that has a push to cast option (like the click to cure stuff) and I want to alert my group when I use that spell on that player. It would do something like

OnPress="useability Focused Intercession;gsay Focus healing %T, stunned for the duration"

The spell fires off on the player properly however the text comes to the gsay channel just like above, %T is %T, not the target. I've tried using GameData fields for the name as well and it does the same.

Is there a way to do this?
Reply With Quote