Page 1 of 1

[297] A_SpawnItemEx not working anymore

Posted: Sat Feb 07, 2009 23:45
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

Posted: Sun Feb 08, 2009 0:43
by Graf Zahl
Works fine for me. The error must lie elsewhere.

Posted: Sun Feb 08, 2009 2:29
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.