GetRider

Revision as of 12:31, 5 August 2009 by imported>QQuix (Added note about returning ref during mount/dismount animations)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A command for Oblivion Script Extender

Syntax:

(rider:ref) reference.GetRider

Returns the NPC currently riding the calling horse.

NotesEdit

  • Returns a reference to an NPC from the moment the NPC 'decides' to mount and start walking toward the horse.
  • When the PC mounts the horse, GetRider returns the Player's reference from the beginning of the mount animation to the end of the dismount animation.
  • Use IsRidingHorse to determine if the PC/NPC is actually mounted.

See AlsoEdit