function spiralkeys(key,blank,blank,event)
if string.upper(key) == "X" and event == 1 then
tpt.set_property("temp",10000,"tnt")
tpt.set_property("temp",10000,11)
tpt.set_property("temp",10000,"nitr")
tpt.set_property("temp",10000,"gas")
tpt.set_property("temp",10000,"oil")
tpt.set_property("temp",10000,"fuse")
tpt.set_property("temp",10000,"firw")
tpt.set_property("temp",10000,"gun")
tpt.set_property("temp",10000,"fwrk")
tpt.set_property("temp",10000,"ignc")
tpt.set_property("temp",10000,"wood")
tpt.set_property("temp",10000,"plnt")
tpt.set_property("temp",10000,"fsep")
tpt.set_property("temp",10000,"wax")
tpt.set_property("temp",10000,"desl")
tpt.set_property("temp",10000,"smke")
tpt.set_property("type","plsm","wtrv")
tpt.set_property("temp",100000,"yest")
tpt.set_property("temp",100000,"dyst")
tpt.set_property("temp",10000,"brck")
tpt.set_property("type","plsm","fire")
end
end
tpt.register_keypress(spiralkeys)
Now just press x.....
The script is simple, but it does what you said. Explodes!
You kinda hijacked this thread.