View Single Post
  #2  
Unread 06-21-2005, 12:30 AM
Deathbane27's Avatar
Deathbane27 Deathbane27 is offline
aka Mook
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Jul 2004
Server: Nektulos
Posts: 1,451
Default

OnPress="'tell=' ' tell='Person and Message Here' tell='Person and Message Here'"

Explanation:

It executes right to left.

First (last) sets the button's tell property to 'Person and Message Here'. Second command actually executes it as a command (only executes if the command paramaters are the same as the property). The last (first) sets tell to a null value so it doesn't send the tell twice next time you press it.
__________________
If it ain't broke, it needs more features!
Reply With Quote