Find
You are looking at a watch
A rough estimation of time in Central America - Chicago time.
Created by
wolis
, last updated 30 Dec 2008
Code
if target of push then whattodo;
##whattodo:
print "[$actor] jumps";
if target of examines then saytime;
##saytime:
// use whole hours like -17 hour;
// or use minutes for half hours;
var $tim to today -989 minute format %H:%i on %a;
say 'say',"[$init_obj] notices the time is $tim";