View Single Post
  #14  
Old 07-15-2008, 04:51 PM
Imperialistic Imperialistic is offline
graal player lord
Imperialistic's Avatar
Join Date: Apr 2007
Location: Florida
Posts: 1,094
Imperialistic is a jewel in the roughImperialistic is a jewel in the rough
Quote:
Originally Posted by Faulkon View Post
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 ^______^
__________________
" It's been swell, but the swelling's gone down. "
Reply With Quote