Will i be able to use batch code?
I just want to know if i can use the only coding language i understand, batch. If you don't know what it is here is a hello world script with it:
@echo off echo Hello world pause >NUL
So, the game engine i want to use is CMD. It looks like the image below. Will there be any problem with a text based engine?