Actor Zombieman2 : Zombieman replaces Zombieman { States { Death: POSS H 5 POSS I 5 A_Scream POSS J 5 A_GiveInventory("NoBlocking",1) POSS K 5 POSS L -1 Stop } } Actor NoBlocking : CustomInventory { +INVENTORY.QUIET +INVENTORY.UNDROPPABLE +INVENTORY.ALWAYSPICKUP +INVENTORY.AUTOACTIVATE +COUNTITEM Inventory.Amount 1 Inventory.Maxamount 0 States { Pickup: NULL A 1 NULL A 1 A_NoBlocking Stop } }