Creating a Never Ending Stream of Enemies?

Post » Tue Jun 19, 2012 10:37 pm

Hello Bethesda Forum members!

I am attempting to make continuously respawning Draugr enemies outside Whiterun. I want it to appear that the city is under siege by undead forces all the time. However I cannot figure out how to get rid of the corpse and respawn the enemy after several seconds.

I'm unfortunately, not greatest scripter. If anyone could point me in the right direction of how to accomplish this, I'd be mighty glad.
User avatar
Jeremy Kenney
 
Posts: 3293
Joined: Sun Aug 05, 2007 5:36 pm

Post » Wed Jun 20, 2012 8:10 am

I think scripting reset on them would do it. Something like:

Scriptname Example extends ActorEvent OnDying(Actor akKiller)    RegisterForSingleUpdate(60)EndEventEvent OnUpdate()    Reset()EndEvent
User avatar
SiLa
 
Posts: 3447
Joined: Tue Jun 13, 2006 7:52 am

Post » Wed Jun 20, 2012 1:14 am

Thanks! Just tried it and it worked great!
User avatar
Amy Smith
 
Posts: 3339
Joined: Mon Feb 05, 2007 10:04 pm

Post » Tue Jun 19, 2012 10:28 pm

You could code it to happen between midnight and one, and have http://www.youtube.com/watch?v=B8nRDgIZoCM
User avatar
Brad Johnson
 
Posts: 3361
Joined: Thu May 24, 2007 7:19 pm


Return to V - Skyrim