Dynamic Descriptions Example Two

A room that appears differently depending on the time of day.

       Continents Main page        Table of Contents        Table of Examples        Previous Example        Next Example


In MCF (Make Continents Fast) a part of room long description section would be:

    #DYou are in Someone's office where
    [{time.day}] sunlight |
    [{time.day} == {false}] moonlight |
    streams through a skylight.

During the day result of looking at the room would be:

Someone's Office [Exits: north ] You are in Someone's office where sunlight streams through a skylight. At night it would be:
Someone's Office [Exits: north ] You are in Someone's office where moonlight streams through a skylight.

       Continents Main page        Table of Contents        Table of Examples        Previous Example        Next Example