Files
NGECore2/scripts/conversation/gendra.py
T

15 lines
516 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/tatooine_eisley_gendra', 's_99')
return
def endConversation(core, actor, npc):
core.conversationService.sendStopConversation(actor, npc, 'conversation/tatooine_eisley_gendra', 's_99')
return