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

ok i've tried just about everything here, and cannot get this button to return a line of text to the group window.

The file that I am working with is
http://www.eq2interface.com/download...llbuttons.html

here is the code:

<Button BackgroundOpacity="0.000" LocalTooltip="spell5" Location="22,32" Name="button5" OnPress="clearabilityqueue ; cancel_spellcast ; do_file_commands spell5.txt" ScrollExtent="22,21" Size="22,21"/>

Adding to the

"...OnPress="clearabilityqueue ; cancel_spellcast ; do_file_commands spell5.txt"

does nothing.... for example

OnPress="clearabilityqueue ; cancel_spellcast ; do_file_commands spell5.txt ; gsay = jester cap on Name.LocalText"

or one of the many other variants i have seen/downloaded and tried.

What is the issue here? I've simply tried everything I could get my hands on from this site, and not one thing works. Can this even be DONE?
Reply With Quote