Added static spawn script for quarantine zone guards

This commit is contained in:
Iosnowore Kun
2014-11-09 13:22:52 -05:00
parent 58b9f28a70
commit fd27b58bae

View File

@@ -0,0 +1,16 @@
import sys
from resources.datatables import Options
from resources.datatables import State
from java.util import Vector
from engine.resources.scene import Point3D
def addPlanetSpawns(core, planet):
stcSvc = core.staticService
objSvc = core.objectService
aiSvc = core.aiService
# Stormtrooper Gate Guards
guard1 = stcSvc.spawnObject('vic_dark_trooper_80', 'dathomir', long(0), float(-5775), float(510), float(-6555), float(0.25), float(0.85))
guard2 = stcSvc.spawnObject('vic_dark_trooper_80', 'dathomir', long(0), float(-5785), float(510), float(-6545), float(0.43), float(0.85))
return