echo
ARES System Manual: exec Shell
(input)
Prints the specified message to the current output stream. Not to be confused with
If
If
Shell built-in command: This command is part of the exec shell and does not have a corresponding system binary. It must be used shell scripts without a preceding
To use this command with
(input)
@echo [-c|-d] <message>
Prints the specified message to the current output stream. Not to be confused with
echo()
, which wraps llOwnerSay
.
If
-c
is specified, output will be sent directly to the console (llOwnerSay
).
If
-d
is specified, output will be sent directly to DEBUG_CHANNEL
.
Shell built-in command: This command is part of the exec shell and does not have a corresponding system binary. It must be used shell scripts without a preceding
@
and cannot be called directly with the system invoke()
API.
To use this command with
invoke()
, use the syntax exec echo [-c|-d] <message>
.