mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-27 17:57:22 -04:00
Changed /activateQuest System Message (cuz OCD)
This commit is contained in:
@@ -5,9 +5,9 @@ def setup():
|
||||
|
||||
def run(core, actor, target, commandString):
|
||||
if core.questService.adminActivateQuest(actor, commandString) is False:
|
||||
actor.sendSystemMessage(' \\#FE2EF7 [GM] \\#FFFFFF ActivateQuest: You entered a quest that does not exist or forgot to enter one!', 0)
|
||||
actor.sendSystemMessage(' \\#FE2EF7 [GM] \\#FFFFFF activateQuest: Error. You have specified an invalid quest.', 0)
|
||||
return
|
||||
|
||||
core.questService.sendQuestWindow(actor, commandString)
|
||||
actor.sendSystemMessage(' \\#FE2EF7 [GM] \\#FFFFFF ActivateQuest: Command completed successfully.', 0)
|
||||
return
|
||||
actor.sendSystemMessage(' \\#FE2EF7 [GM] \\#FFFFFF activateQuest: Command completed successfully.', 0)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user