mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-14 00:02:07 -04:00
10 lines
352 B
Python
10 lines
352 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.CONVERSABLE | Options.INVULNERABLE)
|
|
object.setStfFilename('mob/creature_names')
|
|
object.setStfName('barada')
|
|
return |