Title: Room code
Name: Tamarindo
Date: Mar 18

Make rooms from template.c - use 4 spaces & tabs PLEASE =)
Trying to keep these files looking clean so we can check them
FAST!  


#include <room.h>
#include "defs.h"

void create_room()
{

4sp set_items( ([
TAB->	"item": "item desc",
TAB->	"item2": "any descs that are long please go over so far "
TABTAB->	"and start new JUST like this.",
    ]) );

    set_exits( ([
    ]) );

    set_commands( ([
    ]) );

    set_outdoors(WD_NONE);
    set_light_level(LT_LIGHTS);
}


THANKS!

-Tam
