Switch to edit mode.
Name(s): Do_Time1: if ($perm_utils:can_hack())
2: for x in ({this})
3: for y in (x.contents)
4: if (is_player(y) && (la = y in x.been))
5: if (y:connected())
6: x.beenfor[la] = x.beenfor[la] + 1
7: endif
8: endif
9: endfor
10: endfor
11: endif
12: "Last modified by James (#6397) on Wed Jul 1 12:59:24 1998 EDT."