Quote: ":state=0:none,state=1
:state=1:plrdistwithin=1,state=2
:state=2:destroy"
Line 1: none is unecessary.
Line 2: plrdistwithin is a condition, not an action. =1 will never happen. The player cannot get that close. Try a number of 40 or more.
Line 3: destroy means disappear, not explode. In order to get something to explode, it will have to receive a blow greater that it's own strength.
So:
:state=0:state=1
:state=1,plrdistwithin=40:state=2
:state=2:destroy
will case the bomb to disappear when the player gets within 40 units of it.
Best.
I'm sorry, my answers are limited. You must ask the right question.