Enemies that stalk PC when the PC isn't in sneak mode.

Post » Fri Feb 14, 2014 12:19 pm

Making enemies that stalk the player is actually quite easy in itself, all you have to do is make a package to follow the player, and have it on 24/7. There's an added layer of complexity though, how do you make the NPCs wait until the player is no longer in sneak mode to resume pursuing the player? The reason for this being, a lot of players probably won't like psychic clairvoyant enemies who constantly stalk them, and always see them no matter what, and unless they hypothetically travel really really slow all over Skyrim, and perhaps never swim, and never unstealth to talk to NPCs /etc/, they're gonna HAVE to come out of sneak SOME time... And that would be ideally when the danger would arrive.

If this is possible, can someone please explain step by step how to achieve this?

User avatar
josie treuberg
 
Posts: 3572
Joined: Wed Feb 07, 2007 7:56 am

Post » Fri Feb 14, 2014 7:45 am

You could try putting a condition on the follow package

Player IsSneaking == 0

then have a wait package which has the opposite condition

Player IsSneaking == 1

User avatar
Laura Samson
 
Posts: 3337
Joined: Wed Aug 29, 2007 6:36 pm


Return to V - Skyrim