Okay, this is annoying! I
assumed that UseItemAt would work here, but it doesnt. Even more annoying is that in the Wiki it says:
Note: To let a NPC sit in a chair without a reference to the chair you need to use Travel. With a Travel package and Location: Any Object, Furniture the NPC sits on the chair with the highest FormID. UseItemAt does not work all the time here.
How does this work? There is no Target in a travel package, and if
Any Object: Furniture is selected then a location reference cannot be given. Do I really need to have another package to get the NPC to where the chairs are?
I tried a find package, which, according to the Wiki will allow the NPC to find the location, make a list of the items in the area and choose one accordingly, however, this doesnt work and the NPC remains standing in place, just as he does if I use the UseItemAt method.
So how
do I get the NPC to choose a chair and sit down?
Cheers
MVK