View Single Post
  #1  
Old 02-04-2006, 11:01 PM
Skyld Skyld is offline
Script-fu
Skyld's Avatar
Join Date: Jan 2002
Location: United Kingdom
Posts: 3,914
Skyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud ofSkyld has much to be proud of
Send a message via AIM to Skyld
destroy() and showani()

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(15player.xplayer.y0"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.
Attached Files
File Type: gani skyld_test.gani (219 Bytes, 109 views)
__________________
Skyld
Reply With Quote