[Solved]New Altar Object
Posted: Thu Oct 30, 2014 8:51 am
Hi guys. I want to create a new altar, but I need all the properties the Altar has. I have a new model that will become a new Altar, but I don't know how to create the properties for it. eg: class, surface etc....
This is what I have atm but don't know how to properly Define new altar. Thxs for help
This is what I have atm but don't know how to properly Define new altar. Thxs for help

Code: Select all
defineObject{
name = "farm_table_1",
components = {
{
class = "Model",
model = "mod_assets/models/indoor_objects/Table.fbx",
},
{
class = "Obstacle",
hitSound = "barrel_hit",
hitEffect = "hit_wood",
},
},
placement = "floor",
editorIcon = 52,
}