ID:150663
 
I have tried several ways, which were totally wrong. I want to be able to make a grenade explode in a 6 square radius, kill all in that radius while showing a explosion. Thanx for any help(sorry if this is to brief, but I am in a hurry).
Oblivian wrote:
I have tried several ways, which were totally wrong. I want to be able to make a grenade explode in a 6 square radius, kill all in that radius while showing a explosion. Thanx for any help(sorry if this is to brief, but I am in a hurry).

You should look up the block() proc, where you can create a block, and do almost anything within that block, adding either + or - a number to the x,y, or z of an atom.
In response to FIREking
Also, look up range() and orange()