The thread a few days ago concerning sitting was mine. I did not list the script there, though. Anyway, to review, just have your guy stand infront of a chairX and give him this script:
; get the object
_obj = _this select 0
~2
; action of sitting down
_obj switchMove "FXStandToTable"
I have these as part of a script because I am making an entire Company CP currently in continuous mode (not the entire HQ is present at any one time, some are away sleeping). It includes the CO, the 1SG, the Fire Support Officer (FSO), the a RATELO operator (RAdioTELOphone) who is using the above script. Those 4 have individual scripts to make them seem like they are planning and conversing. Also present in the CP is the Communications Sergeat who runs the CP (manages security, etc.), the XO who gives the player (a platoon leader) his briefing with 2 other platoon leaders, and a fireteam assigned security detail for the CP.
Ok, I got way off topic... Anyway, the chair thing was my first script. Any more questions, just ask.
Something like:
this switchmove "FXStandToTable"
placed in the dude's init box might work too, but I have not tested it.