34 scripts aimed at low intermediate scratchees z to shoot x to focus arrow keys to move now i just have to write the documentation... 1- creating a character go into 'hitbox', custom blocks, create new character, and configure your speed settings. the id setting will be useful later, so make sure it is simple. now, make the animations for your girl over in 'characters'. put the animations into the animation system (you can copy the already existing code, or copy the empty code) bellow all other code. then, replace X in your <(character id) = ( X )> with your characters id, that you set earlier. horray!! 2- creating a shot the bullets your character fires. go into 'shot', copy the "if <(character id) = (new)"> { }" replace the (new) with your characters id, and put in your logic. the code to the left is the way the bullets are spawned, and the code to the right is what they do after that. you can put anything here! you can also use default-reimu if you really like them 3- bullets. it should be the same as the 'shots' menu, only instead of character ids, we have attack ids. try making an attack which fires bullets while turning to get started. i also have three presets, of common touhou bullet patterns. 4 - lil stuf add //nohurt to a sprite in 'bullets' to stop it from damaging our poor default-reimu