Jump to content

SPAWNING monsters with a trigger


AlphaWoIF

Recommended Posts

Hi i will try to be brief.

 

Put simple i have created a hole in the ground and i want to to spawn some of my custom monsters from it when the player gets to close.

There is to types of monsters and i want to spawn the weaker ones first and then spwan the stronger ones when a set number of the weaker ones have been slain.

Somebody pls point me in the right direction.

Link to comment
Share on other sites

mmmk'

 

you would want to use a script on the trigger that has a doOnce type of variable.

 

You would use the Event OnTriggerEnter, then do a PlaceAtMe on an X marker you would place in the pit, with your chosen actorbase/leveledCreature variables (the creatures you want to spawn)

Link to comment
Share on other sites

mmmk'

 

you would want to use a script on the trigger that has a doOnce type of variable.

 

You would use the Event OnTriggerEnter, then do a PlaceAtMe on an X marker you would place in the pit, with your chosen actorbase/leveledCreature variables (the creatures you want to spawn)

thank you korodic . I put up 2 post on this and you are the only reply i was starting to loose hope again

I always struggle to understand scripting as rigging and 3d are more my strong point but i will try to find out how to do this

Edited by AlphaWoIF
Link to comment
Share on other sites

mmmk'

 

you would want to use a script on the trigger that has a doOnce type of variable.

 

You would use the Event OnTriggerEnter, then do a PlaceAtMe on an X marker you would place in the pit, with your chosen actorbase/leveledCreature variables (the creatures you want to spawn)

thank you korodic . I put up 2 post on this and you are the only reply i was starting to loose hope again

I always struggle to understand scripting as rigging and 3d are more my strong point but i will try to find out how to do this

 

Have you tried posting this query on the regular Skyrim Mod Troubleshooting Thread? I've gotten some reliable scripting help there, sometimes not though but it's worth a shot.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...