Thread: Time Script
View Single Post
  #23  
Old 10-02-2001, 03:05 AM
btedji btedji is offline
bryan986
btedji's Avatar
Join Date: Apr 2001
Location: Force 10
Posts: 1,153
btedji is on a distinguished road
Send a message via ICQ to btedji Send a message via AIM to btedji Send a message via Yahoo to btedji
if you want to turn timevar into a time on a non-p2p here is a start, this will give you hours but you'll have to figure our everything else like minutes and seconds:

NPC Code:

this.hours=int(((timevar/60)/60)-(int(((((timevar/60)/60)/24)*24))))

Reply With Quote