View Single Post
  #4  
Old 10-27-2001, 04:57 AM
Xaviar Xaviar is offline
Registered User
Join Date: Aug 2001
Location: Fairyland
Posts: 463
Xaviar is on a distinguished road
Send a message via ICQ to Xaviar Send a message via AIM to Xaviar
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..
__________________
One by one, the penguins steal my sanity.

*cookie for Xaviar* --Originally posted by Tyhm

--Xaviar

A m e r i c a
Reply With Quote