Files
NGECore2/scripts/static_spawns/naboo/moenia.py
T
2014-07-20 15:35:09 +02:00

18 lines
406 B
Python

import sys
from resources.datatables import Options
from resources.datatables import StateStatus
def addPlanetSpawns(core, planet):
stcSvc = core.staticService
objSvc = core.objectService
# TODO Check all NPCs for personalized scripting, change format.
#Junkdealer
stcSvc.spawnObject('junkdealer', 'naboo', long(0), float(4318.83), float(5.15), float(-4797.57), float(0), float(1))
return