I managed to get an object waypoint in the scene (DUNGEON1:TABLEBEND), unfortunately the NPC ignores it. Oh well, back to the drawing board. I migh have to add an extra table with an object wp for it to work, but not to be able to add new wp limit my options. I was thinking to have her bend over facing the wall, but I will have the same issue there

For my third idea, having Saiko and Monica kiss, that will not be an issue since I can point an npc to the other. I guess I will start working on that one
Xpadmin, any suggestions?
Since we are able to add an object waypoint, e.g.
Code:
waypoint_objecti TABLEBEND
{
pos = (1.2,0.0,0.0);
rot = (0.0,90.0,0.0);
}
is there a similar way to add a regular wp?