Thread: Pesky Fence
View Single Post
  #4  
Old 10-16-2006, 01:25 AM
Drakeero Drakeero is offline
Registered User
Join Date: Jan 2004
Posts: 507
Drakeero will become famous soon enough
Tired of waiting for someone to come ambling back at their own leisure so I'm double posting.

By using "edit as text" I think I found the offending NPC and here's what I believe to be the scripting for it.

NPC fences_woodh.png 57 50
if (created)
drawoverplayer;
//#CLIENTSIDE
if (created || playerenters) {
setarray this.shape,5*3;
for (cx = 0;cx<5;cx++) for (cy = 2;cy<3;cy++)
this.shape[cx+cy*5] = 22;
setshape2 5,3,this.shape;
}
NPCEND


Can I safetly delete this to remove that annoying fence peice you see in the above image?
Reply With Quote