Thread: A special door
View Single Post
  #3  
Old 08-25-2006, 04:35 AM
BigNoobie BigNoobie is offline
I am Tig.
Join Date: Aug 2006
Posts: 13
BigNoobie is on a distinguished road
Send a message via AIM to BigNoobie
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.
Reply With Quote