ID:161747
 
I'm making a horribly retarded game based off of 300, and the Spartans have to kick all the Persians in holes(olololol). All I know how to do is restrict the Spartans from kicking other Spartans. What I want to do is if you're standing next to a Persian and Spartan make it assume you're trying to kick the Persian.

Thanks.
The verb shouldn't take an argument. Instead, use a for() loop to go through everything in oview(1). If it's something you should kick into the hole, then kick it into the hole. If you only want to kick one thing at a time, then you'd also want to break when you do so.