View Single Post
  #2  
Old 06-07-2001, 03:48 AM
Thak2 Thak2 is offline
:]
Join Date: Mar 2001
Location: BC
Posts: 1,344
Thak2 is on a distinguished road
Send a message via AIM to Thak2
Re: Undocumented commands?

Quote:
Originally posted by grim_squeaker_x
After recently going through graal.exe with notepad (Yes I know, I'm strange), I have found the following commands which I had never heard of before, Graal does accept them all as commands, but three of them do not seem to do anything (Or, I'm just using them in the wrong way, the ones I'm talking about are drawovertrees, setfocus and resetfocus), well anyway here they are:
NPC Code:
setfocus real,real;
resetfocus;
spyfire real,real; //Makes fire just like the horses can shoot when you feed them bombs
drawovertrees;
unfreezeplayer; //Unfreezes the player, the opposite of the freezeplayer command

Yeah, I did the same thing, I went through to look at all the undocumented stuff, and found surprisingly little (same amount as you). Anyways, setfocus doesnt seem to do anything, nor does drawovertrees, and unfreezeplayer is the same as freezeplayer = 0;.
Reply With Quote