i want to use the % charter in the start of a sub menu

example:
Code:
alias test {
  If ($1 == begin) return -
  if ($1 == 1) return $(%Hello) :World
  if ($1 == end) return -
}
Menu channel,menubar,status,nicklist {
  -
  Test
  .$submenu($test($1))
}


Note %hello is not a var im using, i want the text to show as %TextHere in the sub menu