mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
7 lines
243 B
Python
7 lines
243 B
Python
import sys
|
|
|
|
def setup(core, object):
|
|
object.setAttachment('radial_filename', 'terminal/bank')
|
|
core.mapService.addLocation(object.getPlanet(), '@map_loc_cat_n:terminal_bank', object.getPosition().x, object.getPosition().z, 2, 42, 0)
|
|
return
|
|
|