Files
NGECore2/scripts/commands/en_action_regen.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

8 lines
156 B
Python

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