Jump to content

[LE] need script help


LegendaryGoku

Recommended Posts

So I'd use the method of dynamically attaching scripts to the monsters you have in mind.

 

https://www.creationkit.com/index.php?title=Dynamically_Attaching_Scripts

 

The script attached checks when the player hits the monster, and checks when the monster dies using the OnDeath() event. When the monster dies, you can add one to a global variable you create in the CK. Use an if statement to check if the variable reaches the number you want.

 

https://www.creationkit.com/index.php?title=Global

 

Once it gets that far, use the PlaceAtMe() function to place the monster you want next to the monster that dies.

 

https://www.creationkit.com/index.php?title=PlaceAtMe

 

But...

 

This is an ambitious project for someone just starting out! Any ideas for something simpler you'd like to try out?

Link to comment
Share on other sites

  • Recently Browsing   0 members

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