[Edit]
Made some more tests:
You can place a triggerzone with the zoneanyactivate script in front of a door.
You just have to move the zonecube a bit away from the door by using the arrowkeys.
When you lower the zonecube to the floor the NPC will get stuck inside if there is no waypoint inside the zone[/Edit]
ok, lets start with the Door:
You'll need a remote door.
The only thing you have to do here is to give the "Remote Door" a unique name...something like "mydoor01".
The Triggerzone:
The triggerzones default Main script is "plrinzone.fpi". Change it to the "zoneanyactivate.fpi".
Type the name of the door into the IF USED field of the triggerzone. here: mydoor01
And lower the zone to the ground by using the page down key. (see the attached screenshot)
When the mousecurser is pointing at the zonecube you can move the camera easy to a sideview by holding the right mousebutton and moving the mouse.
Waypoints:
Only a overview:
- create new waypoint by clicking the "Create New Waypoint" button.
- leftclick and hold left mousebutton to move the waypoint
- shift+leftclick to add a waypoint
- shift+rightclick to remove a waypoint
- go to any other mode and use space button to hide waypoints
The NPC:
For a test you can use any person script that lets the NPC follow waypoints: i.e. coward.fpi, follow.fpi, or medicheal.fpi
Hope that helps