mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-14 00:02:07 -04:00
6 lines
188 B
Python
6 lines
188 B
Python
import sys
|
|
|
|
def setup(core, object):
|
|
core.mapService.addLocation(object.getPlanet(), '@map_loc_cat_n:terminal_bazaar', object.getPosition().x, object.getPosition().z, 41, 43, 0)
|
|
return
|
|
|