TEXT: For text to be said by characters, in the character section Put either Kris = Kris Susie = Susie Ralsei = Ralsei Enemy = The enemy TEXT SPECIAL COMMANDS: Enclose a number in two of these # to change the text color to that number. Use @ to move the later text to the next line. Code: Use the premade pink custom blocks in the sprite called “customize this” The blocks are self-explanatory, if you need help, ask in the gamejolt comments! It might take some time to get answered, but i’ll try to answer soon! :-) The pacify counter variable counts how many times any of the pacifiable acts are used. Music: To choose what music to use for your battle, look in the stages sound list for the number of your music, put that number in the variable. Variables: ONLY CHANGE THE SET VARIABLE BLOCK THAT ARE FOR THE VARIABLES STARTING WITH “.c”! Attacks: Put the attack’s code in the “bullets” sprite, and make a pink custom block for your attack in the “customize this” sprite broadcasting to the “bullets” sprite telling it to do it’s code. Enemy: To change how the enemy looks, change the set variable for enemy look in the “customize this” sprite to what the sprite’s name is, and the animation count in the same place to how many frames the sprite has. Attacks anytime: To do attacks anytime, put a “.c activate dodging for doing attack whenever you want” block, then the attack, then a “.c end dodging for after the last forced attack” block after all of the attacks.