- Joined
- Dec 10, 2016
- Messages
- 16
- Reaction score
- 7
- First Language
- Spanish
- Primarily Uses
- N/A
Hello everybody!
I'm not sure if this is the correct place for my question, If not i´ll rewrite it again in the correct place. if this place is corect, Perfect!
I'm designing some scripts for a game. (I have some simple javascripts, when finish cleaning them I think that I will share them).
But in my attempts I found a wall that I don't understand how to solve it.
I suppose that in my script I make a new variable for the items. For example Item._purity. Ok, no problem. But in the game, when we defeat the monsters, the purity value will changing. Next, we will want save our progress.
How could I save this new value in the game?
An idea was to use the game variables... but next I thought for to create a dinamic json but... when the game is to make, I think my solution won't work. Or yes?
But, maybe... Exist other way to solve this problem. Or not?
Maybe its possible to save in the datasave? this would wonderful! but how?
I´m not sure about it.
One greeting to all.
P.d: sorry for my english and thanks for the help.
I'm not sure if this is the correct place for my question, If not i´ll rewrite it again in the correct place. if this place is corect, Perfect!
I'm designing some scripts for a game. (I have some simple javascripts, when finish cleaning them I think that I will share them).
But in my attempts I found a wall that I don't understand how to solve it.
I suppose that in my script I make a new variable for the items. For example Item._purity. Ok, no problem. But in the game, when we defeat the monsters, the purity value will changing. Next, we will want save our progress.
How could I save this new value in the game?
An idea was to use the game variables... but next I thought for to create a dinamic json but... when the game is to make, I think my solution won't work. Or yes?
But, maybe... Exist other way to solve this problem. Or not?
Maybe its possible to save in the datasave? this would wonderful! but how?
I´m not sure about it.
One greeting to all.
P.d: sorry for my english and thanks for the help.
Last edited: