Code: Select all
//if shooter is not out of bounds, or victim is not out of bounds, do nothing.
if(!%object.outArea || !%this.outArea) return;
Code: Select all
//if shooter is not out of bounds, or victim is not out of bounds, do nothing.
if(!%object.outArea || !%this.outArea) return;