Basically, i wanna add a resource to a map, using multiboard, i know hwo to set up MB and the Interger and that perfectly, however i dunnow how to create a Save/Load for it.
So You Get 50 Diamonds per 50 minutes, of game play, and want it to save to a Interger, so you get 300 total and then type -SUDA, so -save, but ima use -SUDA and it saves it to your CustomMap Data, then when u in another game u type -load, i be using -LUDA CODE and it add them points to Player Number Interger, so you start with 300 points, dont want it to save anything else, not hero, not items, not gold, not stone, just your Diamonds.
so DiamondsInt [0] 0, and when u got 300 points it changes int to DiamondInt [0] 300 and displays it on the multiboard.
using -SUDA to save the Code to CustomMapData
so if u die on game and save start new game it starts with DiamondInt [0] 0
and u load -LUDA (CODE) and it sets the DiamondInt [0] 0 to DiamondInt [0] 100
and obviously [0] is playerID
So You Get 50 Diamonds per 50 minutes, of game play, and want it to save to a Interger, so you get 300 total and then type -SUDA, so -save, but ima use -SUDA and it saves it to your CustomMap Data, then when u in another game u type -load, i be using -LUDA CODE and it add them points to Player Number Interger, so you start with 300 points, dont want it to save anything else, not hero, not items, not gold, not stone, just your Diamonds.
so DiamondsInt [0] 0, and when u got 300 points it changes int to DiamondInt [0] 300 and displays it on the multiboard.
using -SUDA to save the Code to CustomMapData
so if u die on game and save start new game it starts with DiamondInt [0] 0
and u load -LUDA (CODE) and it sets the DiamondInt [0] 0 to DiamondInt [0] 100
and obviously [0] is playerID