The message may not be directed to the right console. Double-check that the script is actually being run; you could try redirecting the message to a file:
echo "Welcome to RC3" >/tmp/messagetest
If it is, that works, you'll need to redirect the message to the proper console, e.g.
echo "Welcome to RC3" >/dev/console