03-20-2011, 04:53 AM
Sure. But that's just you adding the skillpoints value to your levelup system.
Kinda like this in the Scene_Battle's start_phase5 method...
... would add 1 more point to the skillpoints to any actor leveling up after battle.
Kinda like this in the Scene_Battle's start_phase5 method...
Code:
if actor.level > last_level
@status_window.level_up(i)
actor.skillpoints += 1
end... would add 1 more point to the skillpoints to any actor leveling up after battle.

![[Image: QrnbKlx.jpg]](https://i.imgur.com/QrnbKlx.jpg)
![[Image: sGz1ErF.png]](https://i.imgur.com/sGz1ErF.png)
![[Image: liM4ikn.png]](https://i.imgur.com/liM4ikn.png)
![[Image: fdzKgZA.png]](https://i.imgur.com/fdzKgZA.png)
![[Image: sj0H81z.png]](https://i.imgur.com/sj0H81z.png)
![[Image: QL7oRau.png]](https://i.imgur.com/QL7oRau.png)
![[Image: uSqjY09.png]](https://i.imgur.com/uSqjY09.png)
![[Image: GAA3qE9.png]](https://i.imgur.com/GAA3qE9.png)
![[Image: 2Hmnx1G.png]](https://i.imgur.com/2Hmnx1G.png)
![[Image: BwtNdKw.png%5B]](https://i.imgur.com/BwtNdKw.png%5B)