Hate to start a thread for such a simple question, but Google isn't giving me any results. Is there a wildcard statement for playerids? I.e, I want
if (_playerID == "12345678")
to be
if (_playerID == "wildcard goes here")
Is it just a simple "%"?
Hate to start a thread for such a simple question, but Google isn't giving me any results. Is there a wildcard statement for playerids? I.e, I want
if (_playerID == "12345678")
to be
if (_playerID == "wildcard goes here")
Is it just a simple "%"?