Ask for help about creating mods and scripts for Grimrock 2 or share your tips, scripts, tools and assets with other modders here. Warning: forum contains spoilers!
Hi guys just a quick question here. Does anyone know how to define a Pillar Object I have tried the below but does not work. Not sure what I am doing wrong but sure there is simple fix. Thxs
defineObject{
name = "wall_tower_1",
components = {
{
class = "Model",
model = "mod_assets/models/houses/walltower.fbx",
},
{
class = "Pillar", --- This does not work ---
hitSound = "barrel_hit",
hitEffect = "hit_wood",
},
},
placement = "wall",
editorIcon = 120,
}