Method code for $physical.check_location()

[Turn on line numbering]
arg sender;

if (.location() != sender.location())
    throw(~location, "It's too far away!");

// Created 27-Mar-1995 as a part of ColdCore, see: @help Credit

Tlon