Flowscript
About TGE's human-readable .BF approximation
Flowscript (.FLOW) is the human-readable script you get by Decompiling a .BF file using AtlusScriptCompiler.
Designed by TGE, it features syntax similar to C, which many users experienced with object-oriented programming should find familiar.
Again-- This guide is geared toward complete beginners. By the end, you should be able to easily create your own scripts, even if you've never programmed before.
Usage
You can create a .FLOW file from scratch by renaming a new text file.
You can also Decompile an existing .BF script to .FLOW, or vice versa by Compiling.
Read on to learn more about what comprises a Flowscript.
Last updated
Was this helpful?