I am having a hard time in this customization system with the character :S Anyone got some time to help me via Teamviewer? I would very much appreciate that

micolord wrote:How can I create a saving system? You know like they can save it which they will pick a 5 slot where to save it.
I am having a hard time in this customization system with the character :S Anyone got some time to help me via Teamviewer? I would very much appreciate that
saveVars("saveGame.sav", "data");
PX=x;PY=y;
PHP=HP; PMP=MP;
LUCK=pluck; MAG=pmag;
DEF=pdef; SPD=pspd;
ATK=patk;
loadVars("saveGame.sav", "data");
x=PX; y=PY;
HP=PHP; MP=PMP;
pdef=DEF;patk=ATK;
pmag=MAG;pluck=LUCK
pspd=SPD;
Users browsing this forum: No registered users and 1 guest