Quote:
Originally Posted by fatcat123
I love this.
Although, when I die, I cannot figure out why the black GUI disappears and all I see is the wording of the staff tool name in white font.
|
Graal destroys all GUI layer images upon (default) death. Since I don't care much in this case, I didn't add anything to "fix" this. Try adding these lines of code though:
PHP Code:
function onPlayerDies() {
if (this.toolOn)
DrawTool(true);
}
Just add it at the very bottom of the code. Should work.