View Single Post
  #34  
Old 06-22-2013, 08:20 PM
scriptless scriptless is offline
Banned
Join Date: Dec 2008
Location: N-Pulse
Posts: 1,412
scriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to beholdscriptless is a splendid one to behold
Quote:
Originally Posted by DustyPorViva View Post
On the clientside, using the setshape2 value of 5 lets you define NPCs with a shape that can be interacted with but doesn't block the player.

PHP Code:
setshape2(4,4,{
  
5,5,5,5,
  
5,5,5,5,
  
5,5,5,5,
  
5,5,5,5,
}); 
Not insanely useful, but I found it useful when you want NPCs to interact with touching/hitting without necessarily blocking the player(like baddies, doors and such).
Is there any documentation, good documentation on setshape2()? I always have troubles using it due to lack of understanding what all the numbers are for.
Reply With Quote