I'm going to be adding a few custom monsters to my mod. I would like to create them from the ground up in DECORATE (and might have a good idea on how to do that), but I want to make sure that this is a valid definition of a monster. I would also like any tips that might be necessary in creating monsters.
Code: Select all
ACTOR Synth 29999
{
//Important values and numbers here
Monster
States:
{
//input stuff here
}
}