mirror of
https://bitbucket.org/projectswg/cucore.git
synced 2026-08-02 02:15:57 -04:00
6 lines
168 B
Python
6 lines
168 B
Python
import sys
|
|
from resources.player.PlayerFlags import ROLEPLAYER
|
|
|
|
def execute(objManager, player, target, args):
|
|
player.getPlayerObject().toggleFlag(ROLEPLAYER);
|
|
return |