Making new monster Groups
Posted: Sun Nov 09, 2014 7:34 pm
Has anyone had any success with making a monster group?
This has been my best attempt so far:
While I do get a new entity to place in the editor, I don't end up with any monsters their when I test it. Anyone have any ideas on how to fix this? Thanks in advance.
This has been my best attempt so far:
Code: Select all
defineObject{
name = "mummy_pair",
baseObject = "base_monster_group",
components = {
class = "MonsterGroup",
name = "monstergroup",
monster = {"mummy", "mummy_1"},
monsterType = "mummy",
level = "1"
}
}