Thread: setshape2
View Single Post
  #1  
Old 08-12-2002, 06:23 PM
Rogpog Rogpog is offline
Registered User
Join Date: May 2002
Posts: 15
Rogpog is on a distinguished road
setshape2

If you completely change the npc characteristics using setshape2 to nonblocking, it becomes unclickable and pretty hard to change or delete.
NPC Code:
if (created) setshape2 3,3,{0,0,0,0,0,0,0,0,0};


It also seems like type 20 still doesn't have a throw-through attribute (blocks player, but allowing npcs and projectiles through).
NPC Code:
if (created) setshape2 3,3,{20,20,20,20,20,20,20,20,20};

Reply With Quote