I was messing around with some commands and I figured out how to work setcursor and setcursor2
for setcursor, use this, you'll understand
if (created||timeout) {
setcursor test;
test=(test+1)%25;
timeout=.05;
}
for setcursor2, it's a little different, go to your windows/cursors folder and put one of the files in your graal folder, then run
setcursor2 filename;
in a loop, it only works when you move your mouse though
