#include "/sys/lib.h"

#include <ansi.h>

inherit "room/room";

reset(arg)
{
  ::reset(arg);
  if(arg) return;
  set_light(-1);
  short_desc = "Inside the Chaos";
  long_desc =
  "You can hear the screams comeing from above you.  There is a\n"+
  "large three story Tilt-A-Whirl here. Lights are all around you,\n"+
  "flashing, and bells ringing. there is a strange sign posted\n"+
  "to the machine.\n";
  items =
    ({
    "sign",
    "Welcome ladies and gentlemen! you are about to endure,\n\
     osights that only the truely cursed shall ever have to whitness.",
Dont be scared, you may enter at your own risk.",
    "lights",
    "You see a brilliant display of flashing bulbs all around you.",
     });
     dest_dir =
    ({
    "/players/sami/area/carnival/whatever.c", "east",

    });
}

ok i realize doesnt look much difference but if you cant see where i changed stuff 
let me know and ill point it out. not sure how you learn i learn by looking and doing myself
