Manual:DIL Manual load() - Seifert69/DikuMUD3 GitHub Wiki
unitptr load ( s : string )
s : Symbolic name of unit.
return: A pointer to the unit, or null
Example: load("garlic@midgaard")
The loaded unit is automatically placed inside the object
which loaded it. Use for example the link command to move
it into other units.