Thread: Concatenating?
View Single Post
  #3  
Unread 06-22-2008, 08:10 PM
lordebon lordebon is offline
Fetish Core author
This person is a EQ2Map developer.
Featured
 
Join Date: Jun 2005
Server: Crushbone
Posts: 2,667
Default

Couldn't you also just use the OnHover to set the variables, and then use the OnPress to do it?

IE,

Code:
OnHover="Temp=Parent.Input.LocalText
Actn=('Parent.')##(Temp)##('.visible=true')" OnPress="Actn"
Note the syntax of that may not be 100% right, but I remember using something like that in the past where I set the variables on hovering the button and then acted on them on press.
Reply With Quote