in "startscript", you have to setup a "description".
You can inspirte yourself from my own script :
description {
set string <indescription; $gettag(#quest.currentroom#;indescription)$>
msg <#indescription#|n|b|cl#quest.formatroom#|xb|cb|n>
msg <#quest.lookdesc#|n>
if ( #indescription# = ) then set string <indescription; You are in> else {
set numeric <len; $lengthof(#indescription#)$>
set numeric <len; %len%-1>
set string <indescription; $left(#indescription#;%len%)$>
}
if not ( #quest.objects# = ) then msg <You can see #quest.formatobjects#.|n>
}
try to add to such a script your own objects