Morrowind Mod:GetPCRank

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


GetPCRank

                GetPCRank, [FactionID]  

       Where:   FactionID = Optional faction to get the PC's rank in.

        Type:   Faction

     Returns:   short

     Example:   if ( GetPCRank, "Thieves Guild" > 5 )
                if ( "telvanni sharpshooter"->GetPCRank > 2 )
                if ( player->GetPCRank, "Temple" >= 0 )   

     Scripts:   shrineAralor
                MoonandStar

Returns the player's rank in faction. This will default to the actor's faction if FactionID is not defined. Returns 0-9 and -1 if not a member.

See Also: GetPCFacRep