chair named
my_chair.
unit named
my_unit.
trigger covering unit, grouped to unit, on activation
my_unit setpos getpos my_chair; my_unit switchmove "onchair"
use 'chair x'. none of the others seem to work quite as well.
to put something on a table:
table named
my_table.
object named
my_object.
in the object's init field type
this setpos [getpos my_table select 0, getpos my_table select 1, 1]
you might have to play with that last value of
1, as tables are about 0.8 metres tall.
one last point:
...or get something on a table or something like that?
please try to ask specific questions, it helps us to help you more effectively.