Files
NGECore2/scripts/static_spawns/tatooine.py
T
Levarrishawk a2de2c4caf Cleaned up Static Spawn Scripts
Removed all rudimentary NPC spawns from scripts pending the completion
of proper NPC coding.
2014-03-09 21:53:58 -04:00

15 lines
404 B
Python

import sys
from resources.datatables import Options
from resources.datatables import StateStatus
def addPlanetSpawns(core, planet):
stcSvc = core.staticService
#this script is no longer for NPC spawning usage. - Levarris
#stcSvc.spawnObject('object/mobile/shared_3po_protocol_droid_red.iff', 'tatooine', long(26582), float(-14.3), float(2.0), float(47.4), float(0.70), float(0.71))
return