Page 1 of 1

how to place object with setSubtileOffset so it WON'T MOVE?

Posted: Thu Oct 04, 2012 3:55 pm
by Komag
I have placed some leather boots with a script nearby like so:

Code: Select all

leather_boots_1:setSubtileOffset(1.1, -0.3)
In the original game you can walk into that square from the south and it WON'T push the boots to the north, but these always move (like when you drop objects)

Re: how to place object with setSubtileOffset so it WON'T MO

Posted: Thu Oct 04, 2012 3:56 pm
by Komag
wow, I just tried making them CLOSER to the wall and that works! 1.2 puts them "out of the way" enough so you don't nudge/move them when you step in.

I guess I"ll leave this thread here if someone else cared

Re: how to place object with setSubtileOffset so it WON'T MO

Posted: Thu Oct 04, 2012 4:12 pm
by Batty
I care! :D That was bugging me, I'd place items on the floor and they'd get kicked so I stopped putting stuff on the floor. Thanks for this fix.

Re: how to place object with setSubtileOffset so it WON'T MO

Posted: Thu Oct 04, 2012 4:50 pm
by Komag
by the way, any way to rotate these placed objects slightly?