Thread: Onpress
View Single Post
  #2  
Unread 01-09-2009, 08:48 AM
gm9 gm9 is offline
gm10-1
Premium Member
EQ2Interface Super Mod
Featured
 
Join Date: Feb 2006
Posts: 6,479
Default

Quote:
Originally Posted by samejima View Post
Code:
Now what I'm trying to do is 
Parent.Button.onpress =('say')##(x)
Parent.Button.onpress=(parent.Button.onpress)##(line return)##('say')##(y)
Parent.Buton.press=true
That will work if you add the missing spaces after 'say' and if you have define "linereturn" (drop the space, element names cannot have spaces) as a line feed character (or carriage return + line feed).

Of course it would be easier to just directly do it like this but that might not have been what you are after:
Parent.Button.OnPress='say ' ## (x) ## ' say ' ## (y)
__________________
P R O F I T U I ∙ R E B O R N [Auto-Updater] | [Portal] | [F.A.Q.] | [Support Forums]
~ Retired ~
If it does not work, you likely installed it incorrectly. Always try a clean install before reporting bugs.
Reply With Quote