mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-12 22:45:31 -04:00
9 lines
151 B
Python
9 lines
151 B
Python
def setup(core):
|
|
return
|
|
|
|
def wait(core, actor):
|
|
return
|
|
|
|
def activate(core, actor, quest):
|
|
core.questService.completeActiveTask(actor, quest)
|
|
return |