11 lines
623 B
Plaintext
11 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>
|