Thread: Syntax Help
View Single Post
  #5  
Unread 01-25-2006, 09:30 PM
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

Okay, after all the slider -> text script...

Parent.Button1.Activated=((Parent.TheText.LocalText)==('1.000'))
Parent.Button2.Activated=((Parent.TheText.LocalText)==('2.000'))

<Button1 OnActivate="Activated=false Parent.TheText.LocalText=SampleText1" ......>

<Button2 OnActivate="Activated=false Parent.TheText.LocalText=SampleText2" ......>

Etc.
__________________
If it ain't broke, it needs more features!
Reply With Quote