Basiclly im making a claim wand and i need to get like a Positive one and negative one for > and < ...
so let me get some assumptions out: Do you want to get the space/blocks between the Vector3s? just the blocks between them? the blocks^3 they define? Do you want check if someone is inside the area defined by Vector3s?
lol im not a noob, BASICLLY: i have 2 Vector3, i need to get if the a block is between those 2 Vector3
so you want to iterate through alltheblocks between the two Vector3s to check if there is a specific block between them? Or just if there is a block between them?
I can help you with that, but please let me know what exactly you want to do: check if a SPECIFIC (blockid, other stuff) Block is between the Vectors OR check if ANY Block is between the Vectors?
try do min (vec1->x,vec2->x) to z save these values onto another vec say call it minvec do the same but now max, name it maxvac now you have both!!!