Make something like C-4, but 10 times as explosive. Maybe you should name it C-40.
c4 is tricky.. it never seems to show up when i try to edit it
edit: edit: YESS!!!! finally!
however, it is fuse based.. and a little less pressurised.
tpt.el.fuse.name="C40"
tpt.el.fuse.description="10x C4."
math.randomseed(os.time())
function boom (i,x,y,s,n)
a=math.random(-1,1)
b=math.random(-1,1)
c=tpt.get_property("temp",i)
if c>140+273.15 then
tpt.create(x+a,y+b, "plsm")
tpt.el.fuse.airflow=1000000000000000
end
end
tpt.element_func (boom, tpt.el.fuse.id)
ok that should do it
@boxemien: You're suggesting a sort of moving solid..
anyways...
tpt.el.grav.name="FLYP"
tpt.el.grav.description="Moves left and changes colour."
math.randomseed(os.time())
function fly (i,x,y,s,n)
tpt.set_property("vx",1,i)
x=math.random(1,99999)
tpt.el.grav.colour=x
end
tpt.element_func (fly, tpt.el.grav.id)
too easy.
C40 just burns, like wood, but with plasma. WHY??!!?!?!???!!???