* add osay command * replace obsolete method * inherit LocalizedCommands instead of IConsoleCommand * streamline * make OSay class public to match other commands * re-scope namespace to file
10 lines
354 B
Plaintext
10 lines
354 B
Plaintext
osay-command-description = Forces another entity to try to send a message
|
|
osay-command-help-text = Usage: {$command} <uid> <type> <message>
|
|
|
|
osay-command-arg-uid = source uid
|
|
osay-command-arg-type = type
|
|
osay-command-arg-message = message
|
|
|
|
osay-command-error-args = Invalid number of arguments
|
|
osay-command-error-euid = {$arg} is not a valid entity uid.
|