Files
NGECore2/scripts/commands/combat/forcethrow.py
T
2014-05-07 21:54:16 +02:00

11 lines
235 B
Python

import sys
def setup(core, actor, target, command):
core.buffService.addBuffToCreature(target, 'fs_force_throw', actor)
return
def preRun(core, actor, target, command):
return
def run(core, actor, target, commandString):
return