Charas-Project
Game Creation => Requests => RPG Maker Programming => Topic started by: Goatulon on June 06, 2005, 09:24:30 PM
-
Can anyone please tell me how to make it so that if one character levels up, then a different character levels up at the same time. Because that would be really useful in order to advance my game.
-
Create a Common Event that checks the levels of the two heroes (using variables and forks/branches). If the second is less than the first, add a level to the second hero and check again if they are equal. If not, add another level and continue until they are equal.
-
- Moved to the RPGmaker forum.
-
There is an extensive one in tutorials I think?