Files
NGECore2/scripts/object/mobile/dressed_gendra.py
T

11 lines
353 B
Python

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