MFLS (MultiFunctional Listing Script) is a coding language that I came up with. This is just a test version to see if it works or not. Unlike this one the finished version will have much more functions. This one only has 5 simple functions.
CODE: X==X+___ increases x by set value X==X-___ decreases x by set value Y==Y+___ increases y by set value Y==Y-___ decreases y by set value rpt x__;4n__xs repeats a certain amount of functions forward a certain amount of times. (first value is how many times it repeats, second value is how many functions forward it repeats) X+___ increases x by set value X-___decreases x by set value Y+___increases y by set value Y-___decreases y by set value X==___; sets X position MAKE SURE YOU ADD THE ; AT THE END Y==___; sets Y position MAKE SURE YOU ADD THE ; AT THE END DIR=___ ; sets direction MAKE SURE YOU ADD THE ; AT THE END DIR==DIR+___ increases direction by set value DIR+___ increases direction by set value DIR-___ decreases direction by set value fwrd___ moves the player forward a set amount of steps bwrd___ move the player backward a certain amount of steps loop___FF makes an endless loop a set amount of functions forward DO NOT USE