Quote:
Originally Posted by DustyPorViva
Not as simple as just flags :P
|
PHP Code:
function onCreated()
{
shared.setconstants_showstats();
if (player.stats & (STATS_BOMBS | STATS_ARROWS))
{
DoStuff();
}
}
It also looks a lot cleaner and is extremely straight forward.