GetRider

From the Oblivion ConstructionSet Wiki
Revision as of 10:04, 3 August 2009 by imported>QQuix (Added note)
Jump to navigation Jump to search

A command for Oblivion Script Extender

Syntax:

(rider:ref) reference.GetRider

Returns the NPC currently riding the calling horse.

Notes

Returns a reference to an NPC from the moment the NPC 'decides' to mount and start walking toward the horse. Use IsRidingHorse to determine if the NPC is actually mounted.

See Also