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
Custom Monster Spawner for Invasion
RE: Custom Monster Spawner for Invasion
Nah, its quite easy:
Code: Select all
actor CustomMonsterSpot : CustomMonsterInvasionSpot <Number>
{
dropitem "<CustomMonsterName>"
}
I dont care about how bad your maps are. Everything can be improved.
Banned for cheating at DoomBuilder.
Banned for cheating at DoomBuilder.
RE: Custom Monster Spawner for Invasion
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.
*EDIT: Figured out the spawning problem.
Last edited by Fabysk on Sun Oct 27, 2013 10:13 pm, edited 1 time in total.


