Really? switch cant be used with an integer value , or maybe its cause my int is static? Either way it doesnt work , is this a case , or something else is wrong with my crap as usual , haha!
I dunno if switching is the wisest choice in this case. Usually switching is someting used when you don’t want to nest a bunch of if statements… Or run multiple blocks of code for one case( leave out the breaks in between cases )…
As xpi said looks like your try to grab the variable that is static… If you using PlayerStatus multiply times grab the component of it. However you might of done that and just used a odd named convention…
thanks guys , sorted this out a couple days ago though. Thanks for the msdn tip, helpful place. Sort of, not quite so newb friendly , but it did help a little.
I even read about the switch statement , but i think i confused it with the if and it hung me up until i got the replies here. I R l33t.