Files
NGECore2/scripts/commands/npcconversationselect.py
T
Waverunner 45c91104e0 Added more guild features, fixed re-joining chat channels on relog
Changed guilds to be saved to a TreeMap instead of solely the SWGSet.
Fixed uses string
Added UnknownAbilityPacket (was sent for every new ability, doesnt seem
to do anything)
Lots of guild improvement/features added.
2014-05-29 13:51:40 -04:00

10 lines
197 B
Python

import sys
def setup():
return
def run(core, actor, target, commandString):
#print int(commandString)
core.conversationService.handleConversationSelection(actor, int(commandString))
return