Jump to content


Darklight2

Member Since 10 Mar 2012
Offline Last Active Mar 10 2013 11:51 PM

Topics I've Started

Leveling effect

10 March 2012 - 09:27 PM

I'm working on a rpg with basic leveling system, e.g.
if global.level >= 120{global.level = 2}

and I'm really stuck on how to make some sort of indication that you've levelled up, like a word above your character saying "LEVEL UP" or something like that.
Please don't tell me to redesign the level system, I spent hours typing it up to level 100. :P