NAME
interactive - test if object is connected to an interactive user
SYNOPSIS
varargs int interactive(object ob)
DESCRIPTION
Returns 1 if ob is an interactive user, or else 0. The first
argument is optional and defaults to this_object().
SEE ALSO
efun/interactive/, kfun/users