mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-01 02:16:15 -04:00
7 lines
220 B
Python
7 lines
220 B
Python
import sys
|
|
|
|
def setup(core, object):
|
|
object.setAttachment('radial_filename', 'bank')
|
|
core.mapService.addLocation(object.getPlanet(), 'Bank Terminal', object.getPosition().x, object.getPosition().z, 41, 42, 0)
|
|
return
|
|
|