[dismiss]
This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.
Difference between revisions of "GetNthFollower"
Jump to navigation
Jump to search
no edit summary
imported>Haama (Created) |
imported>Rlilewis |
||
Line 3: | Line 3: | ||
'''Syntax:''' | '''Syntax:''' | ||
(follower:ref) reference.GetNthFollower whichFollower:short | (follower:ref) reference.GetNthFollower whichFollower:short | ||
Returns a reference to the nth actor currently following the calling actor. | Returns a reference to the nth actor currently following the calling actor. | ||
==Example== | |||
set tempRef to player.GetNthFollower 0 | |||
PrintC "First follower is: %n" tempRef | |||
==Notes== | |||
* Starts at position 0. | |||
* Companions who are in combat still count as followers | |||
==See Also== | ==See Also== |