$PokemonCaught = "908" If($PokemonCaught -eg 908) { Write-Host "You're a Pokemon Master! " } Else { Write-Host "Go catch more Pokemon!" }