Files
NGECore2/scripts/conversation/mayor_mikdanyel_guhrantt.py
T

15 lines
506 B
Python

from resources.common import ConversationOption
from resources.common import OutOfBand
from resources.common import ProsePackage
from java.util import Vector
import sys
def startConversation(core, actor, npc):
convSvc = core.conversationService
core.conversationService.sendStopConversation(actor, npc, 'conversation/mos_eisley_mayor', 's_117')
return
def endConversation(core, actor, npc):
core.conversationService.sendStopConversation(actor, npc, 'conversation/mos_eisley_mayor', 's_117')
return