mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-15 00:07:39 -04:00
12 lines
322 B
Python
12 lines
322 B
Python
# This file will be updated at a later date with a new command.
|
|
|
|
import sys
|
|
from resources.common import ProsePackage
|
|
from resources.common import OutOfBand
|
|
from protocol.swg import CreateClientPathMessage
|
|
def setup():
|
|
return
|
|
|
|
def run(core, actor, target, commandString):
|
|
core.questService.giveBasicQuest(actor)
|
|
return |