View Single Post
  #19  
Old 07-14-2008, 12:07 AM
Faulkon Faulkon is offline
Game Designer
Faulkon's Avatar
Join Date: Jul 2008
Location: The entire USA
Posts: 11
Faulkon is on a distinguished road
Well, attaching the side rooms without their own wall could just be a matter of style. But I actually agree with Dusty. The normal way to do it is to make each room with it's own wall.

Fox's house from the Graal Classic server has a good example of connecting rooms.



The joining door jams can be done with npcs like this so you can walk underneath them:

NPC Code:

if (playerenters) {
drawoverplayer;
dontblock;
}

__________________
-FAULKON

Reply With Quote