Reply to Re: magic_level and magic_cost
If you don't have an account, just leave the password field blank.
&magic_cost is the cost of the spell in 'mana' (as I'll call it for this purpose) and &magic_level is your current amount of mana.
The green bar around the magic icon is the mana-proportion of &magic_cost you currently have.
Typically &magic_level increases up to &magic_cost. If they're equal you can cast the spell (the green bar is full). The higher your &magic, the faster &magic_level increases. I don't in what timespan &magic is added to &magic_level.
You might notice that in void use( void ), one of the last lines is &magic_level = 0; This resets your mana so it can start refilling again.
redink1 onced noticed that weird stuff happens when &magic_cost is less than 100, but I've never tried it, so I wouldn't know.
The green bar around the magic icon is the mana-proportion of &magic_cost you currently have.
Typically &magic_level increases up to &magic_cost. If they're equal you can cast the spell (the green bar is full). The higher your &magic, the faster &magic_level increases. I don't in what timespan &magic is added to &magic_level.
You might notice that in void use( void ), one of the last lines is &magic_level = 0; This resets your mana so it can start refilling again.
redink1 onced noticed that weird stuff happens when &magic_cost is less than 100, but I've never tried it, so I wouldn't know.