Thak you very much Petri!petri wrote:Hint: eye socketscrisman wrote:Once I've tried to make a goromorg statue fourway acting like an alcove, for placing scrolls on it (if I recall correctly in the base game you can find a scroll on it once).
For some reasons the model shifted forward and it wasn't in the middle of a square anymore.
I should try that again...
I did it, but now I cannot post any pictures or the script.
I'll do that later!
EDIT: Okay, here's the script
name = "goromorg_socket",
class = "Alcove",
anchorPos = vec(0.0, 0.18, 0.16),
targetPos = vec(0.0,0.18, 0.17),
targetSize = vec(0.3, 0.3, 0.3),
placement = "floor",
onInsertItem = function(self, item)
return item.name == "scroll" and self:getItemCount() == 0
end,
editorIcon = 92,
}
To place it you must put in front of the statue, like this screen shows (don't bother with the timers are there for something else ) The socket is facing East in this case.
And here's the result