Files
Holocore/scripts/commands/generic/toggleDisplayingFactionRank.py
T

6 lines
170 B
Python

import sys
from resources.player.PlayerFlags import FACTIONRANK
def execute(objManager, player, target, args):
player.getPlayerObject().toggleFlag(FACTIONRANK);
return