Files
NGECore2/scripts/commands/combat/me_doom.py
T
xbang21 ff004e8848 Fixed some buffs and commands
- Fixed all buffs and commands to work with proper format.
2014-05-15 23:08:50 -04:00

11 lines
228 B
Python

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