Files
NGECore2/scripts/commands/combat/of_deadeye_debuff.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
238 B
Python

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