Hi
You need to make the printing of the message (and objects list) conditional on the variable 'quest.formatobjects' not being empty.
Something like this,
if not (#quest.formatobjects# =) then {
msg <your message #quest.formatobjects#.>
}
That ought to do it.
Al (MaDbRiT)