0

I'm trying to add rooms to the N,S,E,W of every room I create using this function;

typedef struct
{
     object roomObject;
     int status;
     Creature creaturesInRoom[10];
     Room n,s,e,w;
}Room;

However, I cant add room objects to a room object. Is there any way to get around this?

0 Answers0