Quote:
Originally posted by 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;
}
|
Did Helmut really make that? I'll have to have a talk with him..
