View Single Post
  #5  
Old 11-11-2002, 10:09 AM
Dach Dach is offline
call me Chad, it's cooler
Dach's Avatar
Join Date: Aug 2002
Posts: 1,899
Dach is on a distinguished road
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.
__________________
Scripting Documents:Old Script Documentation-Movement Tutorial
Reply With Quote