Files
NGECore2/scripts/object/tangible/terminal/terminal_mission.py
T
Waverunner ea9a1fdd82 Added setting of player bounties
Mission for bounties still needs to be ironed out so you won't see them
in the bounty mission terminal, however you can now set bounties for
players.
2014-04-29 17:49:03 -04:00

7 lines
230 B
Python

import sys
def setup(core, object):
core.mapService.addLocation(object.getPlanet(), '@map_loc_cat_n:terminal_mission', object.getPosition().x, object.getPosition().z, 41, 44, 0)
object.setAttachment("terminalType", 1)
return