Files
NGECore2/scripts/conversation/niko.py
T

15 lines
512 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_niko', 's_71')
return
def endConversation(core, actor, npc):
core.conversationService.sendStopConversation(actor, npc, 'conversation/tatooine_eisley_niko', 's_71')
return