Morrowind Mod:GetStanding

The UESPWiki – Your source for The Elder Scrolls since 1995
Jump to: navigation, search


GetStandingActor
GetStandingPC

                GetStandingActor
                GetStandingPC

        Type:   Misc

     Returns:   short

     Example:   if ( GetStandingActor == 1 )
                set sValue to GetStandingPC

     Scripts:   TestMoveRock
                CharGenStuffRoom

Returns 1 if any actor (or PC) is standing on the calling object, or 0 otherwise. GetStandingActor checks for any actor including the player.