ZSWPVKOR5E24EGI4QVE563LBM3754SIICS5JHKRG6TDSCVML7CJAC
R5QXEHUIZLELJGGCZAE7ATNS3CLRJ7JFRENMGH4XXH24C5WABZDQC
on.quit = function() if Global_next_save then print('saving on quit') local f = App.open_for_writing(Filename) f:write(json.encode(Nodes)) f:close() Global_next_save = nil endend
on.quit = function()
if Global_next_save then
print('saving on quit')
local f = App.open_for_writing(Filename)
f:write(json.encode(Nodes))
f:close()
Global_next_save = nil
end