Weird Crash.

Bugs that have been resolved.

Moderator: Graf Zahl

Locked
wtg62
Posts: 69
Joined: Fri Sep 24, 2010 22:33

Weird Crash.

Post by wtg62 »

Hi I have a weird crash and I think its my new ACS score system for a wad.
It uses loadacs.
I have the right function args when using Exit_Normal.
Example of exit script:

Code: Select all

#Library "Score"
#Include "Zcommon.acs"

Int Score;

Script 799 Unloading
{
	While(Score <= 0)
	{
		Ambientsound("plats/pt1_stop",275);
		Delay(35);
		Exit_Normal(0);
		Terminate;
	}
	Giveinventory("Scorepoint",1);
	Score = Score - 1;
	Ambientsound("plats/pt1_mid",275);
	Delay(1);
	Restart;
}
Anything that might be causing this?
I'll post my crash report as well.
Attachments
CrashReport.zip
(44.54 KiB) Downloaded 87 times
User avatar
Gez
Developer
Developer
Posts: 1399
Joined: Mon Oct 22, 2007 16:47

Re: Weird Crash.

Post by Gez »

Duplicate of this and this, closing.
Locked

Return to “Closed Bugs”