Thread: Time Script
View Single Post
  #1  
Old 10-17-2001, 02:55 AM
ownerofbabylon ownerofbabylon is offline
Lord Helmut
ownerofbabylon's Avatar
Join Date: Jun 2001
Location: Gainesville FL
Posts: 1,763
ownerofbabylon is on a distinguished road
Send a message via ICQ to ownerofbabylon Send a message via AIM to ownerofbabylon
Time Script

I see many of you asking about the time script and if you have even a small amount of knowledge you should be able to figure it out. I made a simple little NPC showing how to use timevar for a clock and im sure you could make it much better Here ya go

// NPC made by LH
if (playerenters) {
timeout=1;
}
if(timeout){
this.time=timevar;
time+=1;
message #v(time);
timeout=1;
}
__________________


Warrior of Light

WWW.BABYLONSERVER.COM
Reply With Quote