GetNthFollower

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search

A command for Oblivion Script Extender

Syntax:

(follower:ref) reference.GetNthFollower whichFollower:short

Returns a reference to the nth actor currently following the calling actor.

Example[edit | edit source]

set tempRef to player.GetNthFollower 0
PrintC "First follower is: %n" tempRef

Notes[edit | edit source]

  • Starts at position 0.
  • Companions who are in combat still count as followers

See Also[edit | edit source]