# Special messages with regards to Nero.
#
message "\n${MESSAGE_COLOR}" \
        "You must either have a license for Nero for Windows" \
        "or this will  only work for about 30 days as a trial" \
        "version.${DEFAULT_COLOR}\n"

if ! query "YOU WISH TO CONTINUE CASTING?" n;
then
  message "${MESSAGE_COLOR}Please recast if you acquire license!\n"
  return 1 
fi
