Hey yall! In short, I'm trying to get some tach to run from one area to another. There's 5 of them all with the same tag. This is the script I wrote but I think maybe it only works for 1 npc at a time..
void main() {
object oTach = GetObjectByTag("c_tach");
int bRun = TRUE;
location lPath1Run = Location(Vector(327.34, 206.69, 7.71), 0.0);
DelayCommand(2.0, AssignCommand(oTach, ActionForceMoveToLocation(lPath1Run, TRUE)));
}
I'm still a novice at this so any help is greatly appreciated!
If it helps I'm in the upper shadowlands module and from what I can tell the tach are not obstructed in anyway... I just need them to run to the coordinates.