Files
NGECore2/scripts/commands/forcerun.py
T
Doogla 9331ec2f64 a few jedi abilities
added force run with particle effects, saber intercept, saber block,
added particle effects for stance and focus, moved the marker for Dee'ja
Peak to its correct location on the map.
2013-09-27 03:38:27 -07:00

9 lines
165 B
Python

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