I have written a weapon drawn detection script to add to my NTFS mod. I got the weapon drawn detection working and I need some reaction from the actors.
I use
actor.setAlert 1
to get them to draw their weapons, but I need them to face me while doing it.
I have tried setAngle and Look functions but the actors keep executing their current package simultaneously, meaning e.g. that Moira keeps moving her legs as if wanting to face back towards the counter. Also, people with a moveTo package just Look at me (while still walking) until they have walked far enough for me to leave their field of view.
Is there some way to make them stop and look at me for as long as I want without screwing up their packages?