mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-28 23:15:53 -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
|
|
|