{ toy -> toy.metaClass.intNothing { (getRandom(3) + 2).times { show(imageTagsComment(showImage([TITS]))); pause(getRandom(10) + 10); }; }; toy.addNamedEvent(toy.PERMIT, { name, arg, schedTime, rt -> toy.givePermission(arg) }); toy.addRequestable("faq", "FAQ (webpage)", { useUrl("http://toy.randomdan.homeip.net/"); }); toy.addActivity("intNothing", { toy.intNothing() }, [[toy.TITS]], [toy.INT]); return null; }