how is this on first page this save is garbage bro
wdym by that im actually kinda new to tpt because i quit so i have absolutely no clue what you mean
have you made a script for this? it'd be very nice cuz easy access to it
acctually most of the useful commands that i know how to use are used in this save, reactor grade plut wont be that different from this but if u want i can still make it
kile1019, Good idea i might make it
what about reactor grade plutonium, that isnt as explosive but much hotter somehow
Actually, "elem.UPDATE_REPLACE" part is unnecessary, remove it to make it work. My update function has same behaviour as the default, try something like "function update(i,x,y,s,n) sim.partCreate(-3,x,y,18) return 0 end" to see the change immediately
sorry i tried all of these commands and none of them worked because im too stupid to use them lol
thx ill see if these work
To change the radioactivity you need to change the update function, to do that just type these 2 commands: 1. (modify this function as you want) function update(index,x,y,surround_space,nt) if (math.random(100)==1) and (5*sim.pressure(x/sim.XCELLS,y/sim.YCELLS)>math.random(1000)) then do sim.partCreate(-3,x,y,18) end return 0 end 2. elem.property(19,"Update",update,elem.UPDATE_REPLACE)