View Single Post
  #5  
Old 08-08-2001, 04:42 AM
Er1c Er1c is offline
Registered User
Er1c's Avatar
Join Date: Mar 2001
Location: Chicago, IL
Posts: 791
Er1c is on a distinguished road
Clock

i didnt test this, or even take too much time on it, but just change stuff arround if it doesnt work right... it'll only work online though, because timevar is off the gserver
NPC Code:
//#CLIENTSIDE
if (playerenters || timeout) {
this.minlen = 1; //5 secconds * this.minlen is each minute
message #v(int((timevar*this.minlen)/60)%24) : #v((timevar*this.minlen)%60);
timeout = .5;
}

__________________
Eric Kraft
Reply With Quote