Find
You are looking at a talking clock for chaotic bob
ask clock what is the time?
Created by
wolis
, last updated 15 Dec 2008
Code
if target of talk then replynow;
if target of ask then replynow;
if target of push then saytime;
##replynow:
if $init_msg like time then saytime;
##saytime:
var $tim to today -14 hour format %H:%i on %a;
print "[$actor] says 'it's about $tim' in a mechanical voice";