1cf @verb #909:"@gagcheck" none none none rxdo #6612 @program #909:"@gagcheck" none none none "@gagcheck" " Shows you a list of people in the room you're in who are gaging" " you." this:update_usage(verb, player) gag = {} for c in (player.location.contents) c:gag_p() && (gag = {@gag, $string_utils:nn(c)}) endfor gag ? player:tell("You are being gagged by ", $string_utils:english_list(gag), ".") | player:tell("Nobody is gagging you here.") . 0