Page 1 of 1

Custom Monster Spawner for Invasion

Posted: Sun Oct 27, 2013 9:26 pm
by Fabysk
So I'm trying to make a custom monster spawner that spawns a custom monster for invasion. Does anyone know the Decorate code for the Monster Spawner of a Demon. In Doom Builder, the Demon Spawner Actor is 5207 and that's the one I want to edit. Also, that Actor is from Skulltag and I can't find it in Skulltag nor Zandronum with Slade 3.

Sorry if this sounds confusing

RE: Custom Monster Spawner for Invasion

Posted: Sun Oct 27, 2013 9:56 pm
by Guardsoul
Nah, its quite easy:

Code: Select all

actor CustomMonsterSpot : CustomMonsterInvasionSpot <Number>
{
    dropitem "<CustomMonsterName>"
}

RE: Custom Monster Spawner for Invasion

Posted: Sun Oct 27, 2013 10:07 pm
by Fabysk
For some reason, they are not spawning. The custom monster I'm using is a Blood Imp. Everything looks ok in the Decorate coding.

*EDIT: Figured out the spawning problem.