Quote:
Originally posted by Kaimetsu
How would you know? :confused:
|
lol, we have many psychics on graal. like me...i know what it is also, but i will keep it quite (not i wish i knew). I am pretty sure he means it will be in the new engine. That one guy, RogueShadow, he said he wanted that so he could make an analog clock, like a circle clock... but u can do that with angles and showimg index,@.,cos(i)*radius,sin(i)*radius; and slowly increase
i and do for loops like this:
NPC Code:
for (radius=0;radius<2;radius+=.05;) {
showimg index*(radius*100),@.,cos(time)*radius,sin(time)*r adius;
// That would display a line that could be rotated...
}
so you don't need the drawline feature, or the rotateline
feature...however rotateimg would be kinda nice...