Thread: Level: None
View Single Post
  #17  
Unread 11-29-2010, 07:36 PM
Drumstix42's Avatar
Drumstix42 Drumstix42 is offline
A Griffon
Featured
 
Join Date: Oct 2004
Server: Antonia Bayle
Posts: 3,287
Default

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
__________________
"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
>
Reply With Quote