AlphaWoIF Posted August 18, 2012 Share Posted August 18, 2012 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 More sharing options...
Korodic Posted August 19, 2012 Share Posted August 19, 2012 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 More sharing options...
AlphaWoIF Posted August 19, 2012 Author Share Posted August 19, 2012 (edited) 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 againI 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 August 19, 2012 by AlphaWoIF Link to comment Share on other sites More sharing options...
Ironman5000 Posted August 20, 2012 Share Posted August 20, 2012 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 againI 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 More sharing options...
Recommended Posts