Files
NGECore2/scripts/commands/roleplay.py
T
2013-12-14 20:02:49 -05:00

11 lines
256 B
Python

from java.lang import Integer
from resources.common import PlayerFlags
import sys
def setup():
return
def run(core, actor, target, commandString):
ghost = actor.getSlottedObject('ghost')
ghost.toggleFlag(PlayerFlags.ROLEPLAYER)
return