print"As you walk towards the gate, a guard approaches you and pushes you away. \"Sorry, pal,\" says the guard,\"You can't get in the castle without a written invitation from the king\""
town_center()
elif command.lower()in["east","e"]:
pass
#market()
elif command.lower()in["south","s"]:
pass
#forest()
elif command.lower()in["west","w"]:
pass
#village()
elif command.lower()in["inventory","i"]:
print items
town_center()
elif command.lower()in["look","l"]:
print"\nYou are standing in the center of the rural town of Grifiinhorn, a quaint rural town in the province of Bedrin. To the north, you see a giant castle sitting on top of a hill. To the east is the marketplace, and to the west is the village. To the south is exit gates of the town which faces the Dark Forest.\n"