View Single Post
  #2  
Unread 01-24-2009, 11:59 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

do an IF check for each, and if true, set the dynamic data to what you want.

COND=Text==text1
DynamicData=Text?data1:data2

COND=Text==text2
DynamicData=Text?data1:data2

COND=Text==text3
DynamicData=Text?data1:data2
__________________
"I'm afraid you're guilty of thought-crime. Don't bother getting the door, we'll let ourselves in..."
<Donate to DrumsUI> < [DrumsUI] Updater > < [DrumsUI] Full Interface> < Drumstix42 on Twitch.tv
>

Last edited by Drumstix42 : 01-25-2009 at 12:05 AM.
Reply With Quote