I was wondering if you were able to do an if statement which would be something like: if ($money == 5) and ($lvl == 3) Something like that, that's just an example, but was just wondering, or is it like: if($money == 5; $lvl == 3) ?