this is what i dug up so far. They might not all be graal2002 commands, but they are new commands that are not in commands.rtf and not in newfeatures2001.txt
this is what ive found so far, and ill try to explain each
----
setcursor <filename>
setcursor2 <filename>
setshootparams
groundheights[x]=x
waterheight=x (0-normal x>0 - playerswims on land)
selectedsword=x
tiletype(x,x)=x
getz(x,x)=x
getflagkeys(x)=x
savelog
npcs[i].z=x
players[i].z=x
playermaxhp=x
playerhp=x
playerz=x
setfocus x,y (finally works!)
resetfocus
setz x,x,x,x,x,x,x,x (must have 8 params)
----
setcursor(2) doesnt seem to work, but i think it changes the look of your mouse
setshootparams i have no idea, probably for arrows going up and down the z line
groundheight[x]=x; this sets the ground height. Im not sure how it works, and what should go in place of the x's.
waterheight=x; this sets the level's waterheight i guess. when x<=0 its seems normal. anymore than that, and youre swimming in nonblocked tiles.
selectedsword=x; im not sure you're supposed to use it like this, but i cannot figure out what its used for.
tiletype(x,x)=x; i think this goes along with addtiledefs image,,0 or however it works. Probably can be altered from 0 to 1
getz(x,x)=x; not sure, but i think it changes the z on the coordinates (x,x) to the height of the 3rd x
getflagkeys(x)=x; This is probably meant to be an if(clause) kinda thing. Im not sure though.
savelog; this is a command. I looks like it saves a log

maybe its the alt+0 log....
npcs[i].z=x; sets the z for the i'th npc
players[i].z=x; same as npcs except for player
playermaxhp=x; works the same as playerfullhearts
playerhp=x; works the same as playerhearts
playerz=x; works the same as players[i].z=x;
setfocus x,y; Not a new command, but it just works now. Centers the player's view on x,y without moving the player
resetfocus; changes the player's view back to normal
setz x,x,x,x,x,x,x,x; not quite sure what all the params are for, or any of the for that matter. There MUST be 8, no more, no less.
Thats all i got. if any of these are defined somewhere, or were in an old topic, feel free to scold me. if you know what these commands do and how to use them, please post in reply. If you want to praise me and say thanx, go ahead. If you want to yell at me and call me a n00b, the choice is yours.
Well, i hope these prove usefull to you all.
laterz