• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

How to Kill Item

Status
Not open for further replies.
Level 4
Joined
Jul 9, 2007
Messages
50
you can do Pick every item in region

if you want it to be in range of a specific point you can do:
set center_point = whatever
set my_rect = Convert point with size to region
pick every item in region:
if distance between position of item and center_point <= size then
remove item

if this trigger is used more often be sure to clear the leaks
 
Status
Not open for further replies.
Top