Files
NGECore2/scripts/commands/disband.py
T
2013-08-25 17:44:44 +02:00

10 lines
146 B
Python

import sys
def setup():
return
def run(core, actor, target, commandString):
if actor:
core.groupService.handleGroupDisband(actor)
return