Posted July 21, 2024 by Oblerion Studio
Run an other game, read extern save.
run("projet.egba") -- work with .lua
-- if target is projet.sav
local numb = rsave_numb_ext("projet",id)
local nstring = rsave_string_ext("projet",id)
local nbool = rsave_bool_ext("projet",id)
Create projet.entry for run (projet.lua / projet.egba) at start.