Charas-Project

Game Creation => Requests => RPG Maker Programming => Topic started by: Goatulon on June 06, 2005, 09:24:30 PM

Title: I have a question
Post 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.
Title:
Post by: WarxePB on June 06, 2005, 09:28:13 PM
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.
Title:
Post by: GhostClown on June 07, 2005, 12:29:09 AM
- Moved to the RPGmaker forum.
Title:
Post by: darkrune on June 07, 2005, 02:30:32 AM
There is an extensive one in tutorials I think?