Killers - Human


/ Published in: PHP
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $me = new Me();
  2. $me.setAttribute("sign", "vital");
  3. $me.getFeature("hands").setAttribute("temperature", "cold");
  4.  
  5. if (!$we) {
  6. $me.setPosition("kneel");
  7. while ($me.search()) {
  8. $answer = $me.search().getResult();
  9. switch ($answer) {
  10. case "human":
  11. $we = $answer;
  12. break;
  13. case "dancer":
  14. $we = $answer;
  15. break;
  16. }
  17. }
  18. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.