mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
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.
7 lines
230 B
Python
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
|
|
|