[297] A_SpawnItemEx not working anymore

Bugs that have been resolved.

Moderator: Graf Zahl

Locked
User avatar
Tormentor667
Stronghold Team
Posts: 3555
Joined: Sun Nov 13, 2005 23:15
Location: Germany
Contact:

[297] A_SpawnItemEx not working anymore

Post by Tormentor667 »

Code: Select all

Actor NewDemon : Demon
{
   States
   {
   Death:
      SARG I 8
      SARG J 8 A_Scream
      SARG K 4
      SARG L 4 A_NoBlocking
      SARG M 4
      SARG N -1 A_SpawnItemEx("Zombieman",0,0,0,0,0,0,0,32)
      Stop
   }
}
Code works fine in 296, but no Zombieman in 297
User avatar
Graf Zahl
GZDoom Developer
GZDoom Developer
Posts: 7148
Joined: Wed Jul 20, 2005 9:48
Location: Germany
Contact:

Post by Graf Zahl »

Works fine for me. The error must lie elsewhere.
User avatar
Enjay
Developer
Developer
Posts: 4748
Joined: Tue Aug 30, 2005 23:19
Location: Scotland
Contact:

Post by Enjay »

Yup, it works for me. Even if I run on to the demon corpse before the Zombie appears, he still spawns and I get stuck to him. And I double checked. It was definitely with r297.
Locked

Return to “Closed Bugs”