Thread: Level: None
View Single Post
  #18  
Unread 11-29-2010, 08:44 PM
Draven_Caine's Avatar
Draven_Caine Draven_Caine is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Oct 2009
Server: Unrest
Posts: 155
Default

Quote:
Originally Posted by Drumstix42 View Post
Simple as adding a new line, and appending the check line:

sCheck1=(Text == 'None')
sCheck2=(Text == 0)
sCheck3=(Text == 'Unknown')
sCond=(sCheck1 || sCheck2 || sCheck3)
bCheck=(sCond ? '0' : Text)
Parent.NewLevelDisplay.text=bCheck
Thats it!! You fixed it right up for me. I can't thank you enough. Now to move it to the other fields hehe.

BTW what do you think of the screenshot of my UI target window?

Thanks,
Draven
Reply With Quote