View Single Post
  #1  
Unread 09-16-2008, 09:13 AM
cybersmurf cybersmurf is offline
A Grove Wisp
Interface Author - Click to view interfaces
 
Join Date: Dec 2005
Server: Befallen
Posts: 26
Default Sending tell to people after C2C-ish

Hi

I was trying to add a tell to my groupwindow-mod (and I have done a search, but couldn't find anything).
Example button:
<Button BackgroundOpacity="0.000" LocalTooltip="Scale of Essence" Location="57,24" Name="ZShardButton" OnPress="useability Scale of Essence
useability Scintilla of Essence
useability Shard of Essence
useability Sliver of Essence
useability Splinter of Essence
clear abilityqueue
tell Parent.Name.GroupMember 'You are getting shard, please stay close'
target_previous" ScrollExtent="23,23" Size="23,23" Style="/ButtonStyles.invisible"></Button>

I have also tried: parent.Name.text
but I keep getting: "That is not a valid charactername" ingame.

How do I add a /tell ?

Thanks
Flaxer
Befallen
Reply With Quote