Files
NGECore2/scripts/object/mobile/rancor_static.py
T
tacef 0243e9c9b9 Fixed Jabba's Palace Spawns
Added personalized Scripts for the NPC's
2014-05-30 21:33:07 +02:00

10 lines
344 B
Python

import sys
from resources.datatables import Options
def setup(core, object):
#object.setAttachment('radial_filename', 'object/conversation');
#object.setAttachment('conversationFile','junk_dealer')
object.setOptionsBitmask(Options.INVULNERABLE)
object.setStfFilename('mob/creature_names')
object.setStfName('jabbas_palace_rancor')
return