Quote:
Originally posted by Kaimetsu
All you need is showimg and changeimgcolors - the movement then is up to you. You could do:
NPC Code:
if(playerenters) timeout=0.05;
if(timeout){
timeout=0.05;
this.hi++;
showimg 0,light2.png,this.hi,30;
changeimgcolors 0,1,1,1,0.99;
}
Or you could go more complicated and use trigonometry and stuff. There's no simple answer here.
|
I knew that much, but I was wondering about circles or something similar to it.