This should be useful for ensuring that apps work the same after restart.
TK4G4GMCBRT2Q5JLGH44AAOD4ZXWVDCNJNPBZXL27YGIIKGG32XQC
TNRO6KLZXIZUFWKCXSWAJHN2CMHS56ATGGULOKMJC2YNCFRJZKLAC
elseif cmd == 'RESTART' then restart()
elseif cmd == 'RESTART' then
restart()
function restart() if on.quit then on.quit() end if on.initialize then on.initialize() endend
function restart()
if on.quit then on.quit() end
if on.initialize then on.initialize() end
end