commands = {do } room r {} room you { } object thing { } (you,do) { if (you contains thing) { if (r contains thing) { "Nested thing.s"; } else { "Else Nested thing.s"; } } } start { }