I don’t know if this will fit your situation, but check out $prop under /help Custom Identifiers

alias something {
if ($prop == override) { return one thing | halt }
else { Return something else }
}