mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-12 22:45:31 -04:00
Added shuttling system, can travel between points
Only the Mos Eisley transport ship exists. Will more than likely change how shuttles/transports are added to the game world.
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
import sys
|
||||
|
||||
def setup(core, object):
|
||||
object.setPosture(0) # land = 0 : away = 2
|
||||
object.setOptionsBitmask(256)
|
||||
core.travelService.addShuttleToPoint(object)
|
||||
return
|
||||
@@ -1,4 +1,5 @@
|
||||
import sys
|
||||
|
||||
def setup(core, object):
|
||||
object.setAttachment('radial_filename', 'npc_ticket_collector')
|
||||
return
|
||||
Reference in New Issue
Block a user