Files
NGECore2/scripts/commands/en_sprint_1.py
T
xbang21 d581cc94cb Fixed some debuffs and buffs
- added all entertainer debuffs and buffs
- fixed  some movement related buffs
2014-03-14 21:35:53 -04:00

8 lines
143 B
Python

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