Files
NGECore2/scripts/commands/combat/me_doom.py
T
xbang21 d54033a0c6 Finished Medic Buffs and Debuffs
Medic buff times with expertise tested and work properly in and out of a
group
2013-12-11 20:15:02 -05:00

11 lines
221 B
Python

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