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