//This scene no longer includes a user because it is automatically included by the run_yg script light sun () light sun2 (position(-.5 -1 1)) object (file(ground.pfb), floor, position(0 0 -5)) timer (endValue(360),when(changed,object0.orientation(0 0 $value)),when(end,start),start) object object0(file(banana.pfb),position(-5 2 7)) Environment (volume(box -1000 -1000 -1000 1000 10 1000), skyColor(.5 .7 1)) Environment (volume(box -1000 10 -1000 1000 1000 1000), skyColor(0 0 0)) WandTrigger trigger0 (debug(volume), volume(sphere 0 5 5 3), when (enter, print($user entered)), when (exit, print($user exited)), when (button1, $wand.print(button1)), when (button2, $wand.print(button2)), when (button3, $wand.print(button3))) Pointattrigger trigger1 (when(button1, print($user hit me), sun.toggle), when(start, print(what are you looking at?)), when(stop, print(looked away))) { object (file(banana.pfb), position(5 0 2)) }