Alex wrote:You can use "for each object in <#quest.currentroom#>" e.g.
for each object in <#quest.currentroom#> {
hide <#quest.thing#>
}
For each object in "#quest.currentroom#" (Hide "#quest.thing#")
For the Object parameter, enter #quest.thing#
for each object in <#quest.currentroom#> {
msg <Oh look, a #quest.thing#>
}
Oh look, a banana
Oh look, a fish
Oh look, a watermelon
This is used if you're creating your own room descriptions (although you'd actually usually be better off with #quest.formatobjects# in that case).
Funnily enough, I've just said what Alex has said.. And it's all we'll ever say because that IS what's different about them.