
02-20-2003, 03:35 AM
|
|
Banned
|
 |
Join Date: Oct 2002
Location: Toronto, Ontario, Canada
Posts: 807
|
|
|
timevar uses the server time or something, its more ifficient than adding manually i guess...
% is not for getting time, its like until
this.var=(this.var+1)%5;
Means
Add 1 to this.var until its value is 4 then go back to 0 and start again. |
|
|
|