View Single Post
  #5  
Unread 08-06-2006, 06:58 AM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

Excellent! Instead of "Say" can I use any valid chat command, such as a chat channel?

Example:
Code:
OnPress="ooc "Modifiers: " ## Parent.Modifiers.LocalText"
or even, if "abcdefg" was a valid chat channel that I was in
Code:
OnPress="abcdefg "Modifiers: " ## Parent.Modifiers.LocalText"
Or, is there a different syntax for calling chat channels in that way?

Also... can OnPress have more than one line / say more than one line?

Last edited by lordebon : 08-06-2006 at 07:33 AM.
Reply With Quote