As many of you have heard, Up-Shift will be releasing a few new programs that will actually allow you make your own game with ease! Now, we introduce a little coding language called ShiftScript that will allow your programs to be more dynamic and custom.
So, what is ShiftScript? Basically, it is a highly modified version of Sad Script, us sally used in popular MMORPG Engines. ShiftScript and Sad Script are both versions of Vb Script controlling an application from an external source, such as a text file.
When will you be able to make a game and or application? Well very soon! Beta programs will be released soon so users will be able to make small programs and feel the beauty of being a programmer. Stay tuned for Up-Shift and FlagWars updates!
ShiftScript Example:
' ::::::::::::::::::::::
' :::: Game Load ::::
' ::::::::::::::::::::::
{ Chunk GameLoad()
Call HndWindow_SetTitle("My Title!")
Call MessageBox("Hello World!")
}End Chunk
Note: This was taken directly out of our system as an example. Tutorials will be released. 