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