Quote:
Originally Posted by Faulkon
The joining door jams can be done with npcs like this so you can walk underneath them:
NPC Code:
if (playerenters) {
drawoverplayer;
dontblock;
}
|
or even b3tt3r...
NPC Code:
function onCreated(){
drawoverplayer;
dontblock;
}
or maybe or maybe or maybe...
making it clientside ^______^