View Single Post
  #25  
Old 09-14-2001, 06:49 AM
MrCoolDude MrCoolDude is offline
Registered User
Join Date: Jul 2001
Posts: 74
MrCoolDude is on a distinguished road
The new door system needs more explanation.

NPC Code:

if (created) {
this.key = 4;
setstring this.control,House-Control1;
this.warpx = 8;
this.warpy = 13;
}
join housedoors;



So, for each door do you place this and change the this.key = 4 to the key that has acces to it. And change this.warpx and this.warpy to the x & y that you go to when you enter room? And, do you need something to make it so when you say leave you get out like the house system npc says?
__________________
Mista Neat
Reply With Quote