|
Post by brunuu on Feb 22, 2014 16:19:20 GMT
> It is very simple to use variables made with DataBase Editor >First export your variables to .bat
>Now use to call the .bat (or .txt) file ( the file needs to be in the Game Project Folder (Is recomended that you put your project Folder on "Projects") Now is ready to use!
Example: @echo off
call GameData.bat
echo.
echo Gold: %gold%
pause>nul
|
|