@exec

You can execute any code at the command line with this command. 
%! and %# are both set to the player executing the command.

Example:
@exec @print(@tell("%!", "Hi there!"), "Bye now.")
Hi there!
Bye now.
[Execution Complete.]