View Single Post
  #6  
Old 11-11-2002, 10:15 AM
Zigidias Zigidias is offline
Registered User
Join Date: Nov 2002
Location: USA
Posts: 73
Zigidias is on a distinguished road
Send a message via AIM to Zigidias
Quote:
Originally posted by Dach
try this script to see what each function does

NPC Code:

while (1==1) {
i+=.1;
showpoly 0,{x,y,x+sin(i),y};
message #v(i);
sleep .05;
}



It should give you a good idea of how they work.
Wow, It took a second to get but I think I understand. Thanx, I still dont understand sin all the way but I will expiriement with this.

Thanx
__________________
Reply With Quote