Files
NGECore2/scripts/commands/combat/of_deadeye_debuff.py
T

11 lines
231 B
Python

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