Files
NGECore2/scripts/commands/combat/droid_attack.py
T
CharonInferar 0e33ad7c22 Added 2 Pets for AI Tests
- Added Follow State to AI
- Pets get attacked by enemies and do attack damaging enemies
- Some QA fixes
2014-06-29 16:51:35 +02:00

11 lines
172 B
Python

import sys
def setup(core, actor, target, command):
return
def run(core, actor, target, commandString):
pet = actor.getCalledPet()
pet.addDefender(target);
return