Difference between revisions of "OBSE Wish List"
Jump to navigation
Jump to search
add TrainSkill ResurrectActorHealthPercent, and RunScript
imported>Jorne |
imported>Angel (add TrainSkill ResurrectActorHealthPercent, and RunScript) |
||
Line 33: | Line 33: | ||
*'''Resurrect2''' - Like Resurrect but doesn't remove all of your abilities when called on the player. | *'''Resurrect2''' - Like Resurrect but doesn't remove all of your abilities when called on the player. | ||
* '''PushActorAway2''' - just like [[PushActorAway]] except that the calling ref don't have to be an [[Actor]] | * '''PushActorAway2''' - just like [[PushActorAway]] except that the calling ref don't have to be an [[Actor]] | ||
*'''ResurrectActorHealthPercent'''- Resurrects the target actor with the given health remaining. | |||
*'''RunScript'''- Forces a run of the specified script, even if the begin/end block is not Gamemode. Makes quest stage reactions faster and allows variables to be defined in a stage result script. | |||
==Modifications/Extensions of OBSE Functions== | ==Modifications/Extensions of OBSE Functions== | ||
Line 117: | Line 119: | ||
*'''GetDimension [x|-x|y|-y|z|-z] ''' - returns the distance from the object 'origin' to its outer limit in the requested axis and direction - very useful when moving/placing/aligning/spacing references by script. (a typical NPC with the origin at the feet would return 125 to Z (origin to top) and 0 to -Z (origin to bottom) | *'''GetDimension [x|-x|y|-y|z|-z] ''' - returns the distance from the object 'origin' to its outer limit in the requested axis and direction - very useful when moving/placing/aligning/spacing references by script. (a typical NPC with the origin at the feet would return 125 to Z (origin to top) and 0 to -Z (origin to bottom) | ||
*'''GetCollidingRefs''' - returns an array of the references colliding with the calling reference. <OR> '''GetFirst/NextCollidingRef''' - returns one at a time. | *'''GetCollidingRefs''' - returns an array of the references colliding with the calling reference. <OR> '''GetFirst/NextCollidingRef''' - returns one at a time. | ||
*'''TrainSkill'''- similar to advskill, only trains the skill as if you are training it in-game. | |||
==Questionable Requests== | ==Questionable Requests== |