[DECORATE] Need help with invasion custom monster spawners
Posted: Sun Mar 26, 2017 10:24 pm
I have a "Hunter" actor in my DECORATE and i also have this Hunter spawner for invasion
but for some reason this spawner shows up as a "?" in GZDoom Builder and in-game it doesn't even spawn
Code: Select all
Actor CustomHunterSpot : CustomMonsterInvasionSpot 32003
{
dropitem "Hunter"
}