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:
Waverunner
2013-11-05 19:59:15 -05:00
parent 67e4333171
commit a5eb18ab2b
17 changed files with 366 additions and 62 deletions
@@ -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