Difference between revisions of "Creating Dead Actors"

No change in size ,  16:55, 2 August 2009
m
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
Line 28: Line 28:


== Notes ==
== Notes ==
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.
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 ==
Anonymous user