by fitzchivary on Sun Oct 26, 2003 3:49 am
this part of the housing script is causeing a problem
if i can get some help about how to get rid of it or edit it to allow my custom houses
//now we add some special stuff based on what kind of a house it is
var item, component := { };
case (housetype)
19384: //log home (we don't actually use this one right now)
item :=CreateItemAtLocation (where.x+4, where.y, where.z, 0x06ad, 1);
component.append (item.serial);
item.locked := 1;
SetObjProperty (item, "lockid", lockid);
item :=CreateItemAtLocation( where.x+5, where.y-1, where.z, 0x0bd0, 1 );
item.movable:=0;
component.append (item.serial);
SetObjProperty (item, "lockid", lockid);
item :=CreateItemAtLocation( where.x+2, where.y-3, where.z+12, 0xA2C, 1 );
item.movable:=0;
component.append (item.serial);