|
Post by brunuu on Apr 5, 2014 22:27:33 GMT
This good save system example. Made with Blue Script 1.1This is the best Save System to use on your games. This system is 100% functional and easy to make changes THIS IS OLD! will not work with blue script 2.0
@START COLOR 04 WINDOWSIZE cols=80 lines=40 >nul
PRINT Save System Blue Script SPACE PRINT Select Lvl 1 [1], lvl 2 or [2] lvl 3 [3] SPACE PRINT Load [4] SPACE
CHOISE=5 GETCHOISE INPUTCHOISE("1" GOTO 1 INPUTCHOISE("2" GOTO 2 INPUTCHOISE("3" GOTO 3 INPUTCHOISE("4" GOTO Load
SCENE/Load CALL save.bat IF "%sav%"=="encryptesustemgamegamecodei8372847273l0k1k0ldcfdsasd" GOTO 1 IF "%sav%"=="encryptesustemgamegamecodei8372847273l0k2k0ldcfdsasd" GOTO 2 IF "%sav%"=="encryptesustemgamegamecodei8372847273l0k3k0ldcfdsasd" GOTO 3
SCENE/1 CLEAN PRINT Game Saved ( PRINT SET sav=encryptesustemgamegamecodei8372847273l0k1k0ldcfdsasd )>save.bat PRINT 11111 PAUSE CLOSE
SCENE/2 CLEAN echo Game Saved ( echo SET sav=encryptesustemgamegamecodei8372847273l0k2k0ldcfdsasd )>save.bat PRINT 222222 PAUSE CLOSE
SCENE/3 CLEAN PRINT Game Saved ( PRINT SET sav=encryptesustemgamegamecodei8372847273l0k3k0ldcfdsasd )>save.bat PRINT 3333333 PAUSE CLOSE
You need to use the code translator to use on Story Game Creator
|
|