Re: Badly Needed: Easy Request
yes it is. it is very easy.
the hardest bit of this mod is the sprites, assuming you know how to attach a script and make the explosive gib RIGHTNOW
Code:
function Create(self)
for a in MovableMan.Actors do
if (a.Pos - self.Pos).Magnitude < 50 then --size of the proximity check
a.Team = --1 for green, 0 for red
end
end
end
add that to a particle gibbed by a vial
DONE!