open scissors.js up and go down to this line
Code: Select all
var isInRange = pUser.InRange( myTarget, 3 );
if( !isInRange )
{
pSock.SysMessage( GetDictionaryEntry( 461, socket.Language ) ); // You are too far away.
return;
}Code: Select all
pSock.Language