Sky The Destroyer
Member
Title.
This is easily reproducable with Terminal's spawnobject command and through a simple spawn code such as below.
EDIT: It also crashes through SOC, but if you modify the Egg Mobile's states, it doesn't crash (like my customized Egg Mobile in one of my mods).
This is easily reproducable with Terminal's spawnobject command and through a simple spawn code such as below.
Code:
COM_AddCommand("eggspawn", function(player)
P_SpawnMobj(player.mo.x, player.mo.y, player.mo.z + player.mo.height*2, MT_EGGMOBILE)
end)
Last edited by a moderator: