Difference between revisions of "Creating Dead Actors"
Jump to navigation
Jump to search
m
→Notes
imported>Vagrant0 (New page: This page was prompted by a discussion at the Bethsoft forums, and aims to provide a simple guide to adding actors who spawn dead, or are dead, and positioned in a certain way within your ...) |
imported>Vagrant0 m (→Notes) |
||
Line 28: | Line 28: | ||
== Notes == | == Notes == | ||
You can use scripting that makes use of a | You can use scripting that makes use of a [[SetLevel]] within an [[OnDeath]] block, and a [[GetRandomPercent]] to further randomize the levels (and thus inventories) of the dead actors. However, be aware that this may, in some cases cause a crash bug. Although it appears that this bug was fixed with one of the patches, or only happens in specific cases, some caution should be used. | ||
== See Also == | == See Also == |