mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-28 23:15:53 -04:00
- Added Follow State to AI - Pets get attacked by enemies and do attack damaging enemies - Some QA fixes
5 lines
108 B
Python
5 lines
108 B
Python
import sys
|
|
|
|
def setup(core, object):
|
|
object.setAttachment('radial_filename', 'datapad/vehicle_pcd')
|
|
return |