/ Published in: PHP
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
$me = new Me();
$me.setAttribute("sign", "vital");
$me.getFeature("hands").setAttribute("temperature", "cold");
if (!$we) {
$me.setPosition("kneel");
while ($me.search()) {
$answer = $me.search().getResult();
switch ($answer) {
case "human":
$we = $answer;
break;
case "dancer":
$we = $answer;
break;
}
}
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                