Thread: Level: None
View Single Post
  #11  
Unread 11-27-2010, 02:59 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

Awesome work,
Now a few other parts are a little off but has close to the same issue.

When level is "none" the level doesn't show, which is great but I also need the label "Level" not to show. This is just a standard text field.
This could also be fixed if instead of the level not appearing if the level is "none" we have it parse "0".

Code:
Parent.NewLevelDisplay.text=bCheck bCheck=(sCond ? ' ' : Text) sCond=(sCheck1 || sCheck2) sCheck2=(Text == 0) sCheck1=(Text == 'None')
How do we change this slightly so that it parses Zero if it returns empty?

Thanks,
Draven

Last edited by Draven_Caine : 11-27-2010 at 03:29 PM.
Reply With Quote