yes
make an alias example
alias whatever {
alot of code
}
then in the menu channel do
menu channel {
CHAN protection
.emergency-Chan-Lock:whatever
}
so you see I made an alias named whatever that could contain the code then I can execute this code if needed or known as a referrence in your terms :P
even to be more clear in the mp3 player example i showed u on top
instead of using dialog -md mp3 mp3
I would create an alias called mp3 with the code inside
alias mp3 {
dialog -md mp3 mp3
}
now I can use it
Menu Channel {
Multimedia
.Mp3 Player:mp3
}