Thread: scripting help
View Single Post
  #10  
Old 10-13-2003, 12:55 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by Raziel_TCN
Okay now I need to know how i can divide a variable, i've gotten it to show my proper online seconds.

i've tried:

showimg 17,@System@Onlineseconds:#v(timevar2/60/60),x,y-18;

and:

showimg 17,@System@Onlineseconds:#v(timevar2)/60/60,x,y-18;

neither work, can someone help me out with this?
...timevar2 is a serverside var that updates constantly and is relavent to how long the ncpserver has been online, it has NOTHING to do with the client
Reply With Quote