Revision: 15611
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 11, 2009 18:33 by hellasound
Initial Code
$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;
}
}
}
Initial URL
Initial Description
Initial Title
Killers - Human
Initial Tags
Initial Language
PHP