need a switch-case. Example: ``` switch <{var[player_name]}> { case bob { echo "BAWB?!" } default { echo "Everything is safe... for now!" } } ``` or something like that...