View Single Post
  #7  
Old 11-11-2002, 10:30 PM
osrs osrs is offline
Graalian since 1998
osrs's Avatar
Join Date: Mar 2002
Location: Brazil
Posts: 2,724
osrs is on a distinguished road
Send a message via ICQ to osrs Send a message via AIM to osrs Send a message via MSN to osrs Send a message via Yahoo to osrs
NPC Code:

PI=3.14;
while (1==1) { i+=0.1;
showpoly 0,{x,y,x+sin(i)*PI,y+cos(i)*PI};
sleep .05;
}



try this script,maybe would help...
Someone posted a site with things about trigonometry, search for it. =)
__________________
"Ability is what you are capable of doing. Motivation determines what you do. Attitude determines how well you do it."
Facebook: facebook.com/raysilvadotnet /

Last edited by osrs; 11-11-2002 at 10:45 PM..
Reply With Quote