* Add completions to addobjective and localise it * Cleanup * Fix * Make a manager to handle subscribtion completion options This is so we can unsubscribe to prototype reloads properly * Convert the manager into a system * Move the system into the systems folder I forgor * Merge CompletionsSystem into ObjectivesSystem
13 lines
623 B
Plaintext
13 lines
623 B
Plaintext
# addobjectives
|
|
cmd-addobjective-desc = Adds an objective to the player's mind.
|
|
cmd-addobjective-help = addobjective <username> <objectiveID>
|
|
|
|
cmd-addobjective-invalid-args = Expected exactly 2 arguments.
|
|
cmd-addobjective-player-not-found = Can't find the playerdata.
|
|
cmd-addobjective-mind-not-found = Can't find the mind.
|
|
cmd-addobjective-objective-not-found = Can't find matching objective prototype {$obj}
|
|
cmd-addobjective-adding-failed = Failed to add the objective. Maybe requirements dont allow that objective to be added.
|
|
|
|
cmd-addobjective-player-completion = <Player>
|
|
cmd-add-objective-obj-completion = <Objective>
|