x.X Perhaps so =P Timevar is serverwide, I wonder though, can I use it clientside? I was working on a time script, and it took me about 1.5 days to figure out the proper coding/mathmatics for it x.X
NPC Code:
this.minutes=timevar*5/60;
for (m=0;this.minutes>60;m++)
{ this.minutes=this.minutes-60;
}
That is for minutes. just add another /60 for hours, and then /60/24 for days, and /60/24/7 for weeks, I did a months and years too, he he. I'm working on a new "layout" for the A,S,D, Hearts, MP, basically showstats =P when I get done, you'll only see showstats 1024; =P Perhaps the minimap also

I had a longer, actually more mathmatic version of that code I just put, but I simplified it =P
---Shifter