Welcome to IC Scratch. Tap the screen (or press space) to generate a sentence. Swipe up or down (or press S) to open settings. Tap the top of the Settings screen to hide settings. You can save a remix to save your pack. Settings are a work in progress. You can swipe left or right to navigate through previously generated sentences, or press left/right arrow keys. Clicking the green flag clears history. Special commands: > Rand - Gets a random number within a specified range. Ex. "{person} is [Rand "5", "100"]" years old. = "DaKook is 36 years old" (not my real age lol) > Set - Sets the value of a tag. The value will be processed before it is saved. Ex. "[Set "person", "{person}"][Get "person"] is [Get "person"]." = "DaKook is DaKook." > Get - Gets the value of a tag. See the above example. An invalid command will return "<error>". If you want to use quotes in a command, you can! Use the backslash (\) to use any character inside of an argument. Ex. [Set "In \"quotes\"", "\"\""] will set a tag called [In "quotes"] to [""]. If you want to use a backslash, simply use a double backslash (\\). Feel free to leave suggestions in the comments!
Everything was made by me, DaKook. The original program, called IC#, was made in C# and is a lot better (also made entirely by me, DaKook).