View Single Post
  #3  
Old 10-27-2001, 04:38 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Math is a programmers best friend ... if you dont know simple math functions and formulas programmming can be a b**** and impossible. My suggestion to you is to come up with a better formula to try to steal a time script ...


here look at this and maybe you'll learn something:
NPC Code:

NPC Code:

// NPC made by Lord Helmut
// Slightly Edited by me ... (i think)
if (created) {
timeout =0.5;
}
if(timeout){
this.time=timevar;
time+=1;
showimg 501,@verdana@v(time),475,80;
changeimgvis 501,4;
changeimgzoom 501,0;
timeout=1;
}




Last edited by nyghtGT; 10-27-2001 at 04:47 AM..
Reply With Quote