PlaceAtMeHealthPercent
From GECK
A function included in the GECK for Fallout 3.
Contents
Description
Places a damaged actor or item in the world.
Syntax
[actor.PlaceAtMeHealthPercent placedObject:form healthPercent:float count:int distance:float direction:int
Example
buddyref.PlaceAtMeHealthPercent testraider .75 512 1
A raider is placed near Buddy's location at 75% health.
Notes
- Direction is:
- 0 = front
- 1 = back
- 2 = left
- 3 = right
- When using this to create an actor or item from a leveled list, note that the specified health percent overrides the health percentage set by the leveled list.