Hello,
looking for creaturescript that has structure of something like this
and etc
looking for creaturescript that has structure of something like this
LUA:
local config = {
[1] = {achievementName = "test1",
monsters = {
[1] = {name = {"wolf 1", "wolf 2", "wolf 3", "wolf 4", "wolf boss"}, amount = 50, storage = 500}
}
},
[2] = {achievementName = "test2",
monsters = {
[1] = {name = {"dog 1", "dog 2", "dog 3"}, amount = 30, storage = 501}
}
},