ID:266332
 
How can I have when you click and drag a box comes and when you move your mouse it gets bigger, and when you drop the button of your mouse it checks for a var in mobs and if that var equals something like the user's name it gets an icon added to its overlays and another var becomes lets say 1. is this possilbe? I want it to be sorta like when in games you command multiple units.

plz reply,
AIR _KING
Not possible to create a box on the fly like that. However, you *can* click and drag to make an invisible box. Just use MouseDown() and save the turf they clicked on into a var, and then use a block() between that turf and the turf they MouseUp() over.