View Single Post
  #4  
Old 02-23-2010, 09:05 PM
Immolate Immolate is offline
Indigo
Join Date: Dec 2009
Posts: 322
Immolate is on a distinguished road
Quote:
Originally Posted by DustyPorViva View Post
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.
Reply With Quote