how to spawn actor with activator(like a lever)

Post » Thu Jun 21, 2012 7:15 pm

I am a noob at scripting.... but I was wondering if anyone could help me figure out how to spawn actors via a lever or pull chain like the arena III mod. I really need a in depth explaination, beacuse once again I am a noob at scripting. I know its a lot to ask, but I will be very thankful forthe help. Thanks in advanced :smile:
User avatar
Floor Punch
 
Posts: 3568
Joined: Tue May 29, 2007 7:18 am

Post » Thu Jun 21, 2012 10:36 pm

Activate link the pull chain (or lever) to one actor. Link all the other actors to this first actor. Have all the actors start as initially disabled.
On the pull chain add a vanilla script (make sure you copy the chain as a new form first or it might change all pull chains in your game) that has enable on activate link.

When someone activates the pull chain, the actors should be enabled off that activation.

I might have some minor syntax wrong here, but you get the idea. I can't fire up my mod in the Ck to check this, but this is the basic pattern.
User avatar
Jesus Lopez
 
Posts: 3508
Joined: Thu Aug 16, 2007 10:16 pm


Return to V - Skyrim