Thread: 0 is a no show.
View Single Post
  #1  
Old 03-05-2007, 11:21 PM
Angel_Light Angel_Light is offline
Varia Developer
Angel_Light's Avatar
Join Date: Nov 2005
Location: Knoxville, TN
Posts: 1,684
Angel_Light is on a distinguished road
Send a message via AIM to Angel_Light Send a message via MSN to Angel_Light
0 is a no show.

I cant get a single digit0 to display in my gui, it's a mud var I'm using,
PHP Code:
  this.clientr.mud.stats.curexp 0
I know 0 is null but why doesnt the gui still show 0?

EDIT :
Think I found a solution :
PHP Code:
 if (clientr.mud.stats.curexp == NULMaster_Gui_Text_Exp.setText("EXP : 0/ " clientr.mud.stats.maxexp); 
Still want 0 to show by itself.
__________________
Deep into the Darkness peering...

Last edited by Angel_Light; 03-05-2007 at 11:55 PM..
Reply With Quote