Using showani(), I have found that using destroy() in the GANI script causes an error.
Setting the player's GANI to this GANI does not cause any problems, however. It only seems to happen when using showani().
I get a dialog saying "Priveledged instruction", and then flooded with a number of access violations in GraalEngine.dll until I kill the Graal4.exe process.
Recreating the Error
Using:
PHP Code:
showani(15, player.x, player.y, 0, "skyld_test", "");
and the GANI containing:
PHP Code:
function onCreated()
{
destroy();
}
Attached is the
skyld_test GANI.
Using Windows XP SP2, latest version of Graal (4.0305), up-to-date graphics drivers.