Page 1 of 1

GZDoom freezes when I die.

Posted: Sat Jun 24, 2006 6:30
by ant1991331
When I die GZDoom seems to freeze. I don't know if its my ACS or the game.

Here is the Global ACS Script

Code: Select all

Script 1 ENTER
{
 If(Checkinventory("QuestItem1") < 1)
 {
	clearinventory();
      giveinventory("DispersionPistol", 1);
      setweapon("DispersionPistol");
      giveinventory("QuestItem1",1);
 }
}

Script 2 RESPAWN
{
	clearinventory();
      giveinventory("DispersionPistol", 1);
      setweapon("DispersionPistol");
      giveinventory("QuestItem1",1);
}

Posted: Sat Jun 24, 2006 8:51
by Graf Zahl
I don't know either. But it's not these two scripts because they are run when the player spawns, not dies.

Posted: Mon Jun 26, 2006 4:23
by CSonicGo
I'm seeing this too and it's on that Weapons mod.