something like this:Zo Kath Ra wrote: ↑Fri Jun 12, 2020 9:42 pmPlease post the object definition.KhrougH wrote: ↑Fri Jun 12, 2020 11:31 am when you drop an item it stand on the ground in a "random" position.
i need to place an object on the ground but just at the center of the tile.
i already Defined my Object but i can't find a way to tell him to place it in the middle of the tile when you drop it. some help?
Code: Select all
defineObject{
name = "figure_queens_guardian",
baseObject = "base_item",
components = {
{
class = "Model",
model = "assets/models/items/figure_ice_guardian.fbx",
},
{
class = "Item",
uiName = "Queen's Guardian Figurine",
description = "it's a figurine is a Queen's Guardian. Guessing what is used for?.",
gfxIndex = 434,
weight = 3.1,
},
}
}