
08-25-2006, 04:35 AM
|
|
I am Tig.
|
Join Date: Aug 2006
Posts: 13
|
|
|
You probably need to set the shape of the door NPC clientside so the NPC can recieve the trigger. just do
function onCreated() {
setshape(1,32,32);
}
Not sure if this will help, give it a shot. |
|
|
|