how to make rpg
When you create an RPG on Scratch, you can implement tiles using map chips, add conversation windows, and do various other coding tasks. This is a collection of works to help you with RPG creation.
#01 RPG Material Distribution
- 494
- 480
- 20,443
- ©
- 2021.4.20
#02 Chat Window in RPG Style
- 216
- 216
- 6,988
- ©
- 2015.2.16
#03 Kirby-Style Turn-Based Command Battle Template Updated
- 51
- 51
- 2,943
- ©
- 2023.9.10
This Scratch project hands you a whole turn-based RPG battle system in reusable pieces. Attack, Item, Run away and Search menus are all built the same way: a frame pops up, buttons spawn as copies, and each one eases smoothly bigger when your mouse hovers over it. The neat part is that the enemy's turn writes into the same command variable and fires the same signal as yours, so adding a new move just means dropping in artwork and a damage number. The HP bar routine takes a flip value and works for either side, and weather effects plus handy test keys are already wired in, making it a solid base to graft onto your own RPG.