Untitled

From Anonymous, 3 Years ago, written in Plain Text, viewed 65 times.
URL https://paste.bugabuse.net/view/27808886 Embed
Download Paste or View Raw
  1. if($girl['looks'] == "hot"){
  2. if($beer == "cold"){
  3. $life = "Sorted!";
  4. }elseif(function_exists($girl_get_beer) == true){
  5. if(msg_send ($girl['job_que'], 1, 'Get me a beer out of the fridge!') === false){
  6. $life = "Get a new girl!";
  7. }
  8. }else{
  9. array_push($girl['functions'], 'get_beer');
  10. }
  11. }else{
  12. $life = "Get a new girl!";
  13. }
  14. echo $life;

Reply to "Untitled"

Here you can reply to the paste above