- Joined
- Aug 23, 2008
- Messages
- 2,319
I'm currently working on a Final Fantasy map, which ofcourse needs an ATB Gauge (A meter that fill in time, and when it's full, the character can perform an action). However I was wondering if anybody had any idea's to make that in the leaderboard. I've got a trigger that causes the ATB Gauge to fill, but that's just the info. I want to make it visible in the leaderboard now. That means, I got a line in the leaderboard: '||||||||||||||||||||', of which I want more and more to change color and when an action has been performed, the Gauge should all be the old color again. Anybody who played any Final Fantasy game knows what I mean. This battle system is also seen in other Single Player RPGs like Hero RPG, but the creator of that game hasn't been active for over 2 years...
Any idea's on how to do this is welcome. For the ATB Gauge info, I just use a Integer variable that increases periodically until it reaches the maximum, which causes the player to do an action.
Any idea's on how to do this is welcome. For the ATB Gauge info, I just use a Integer variable that increases periodically until it reaches the maximum, which causes the player to do an action.