A
          / \      _             Play Now                         Nemesis on fb
          | |     | |  _______   _        _   _______    _______   _    _______
          | |\    | | |   ____| |  \    /  | |   ____|  /   ____| | |  /   ____|
 /-------/-------------------------------------------------------------------,
O= Home <=XX|  About  News  Pics  Adventurers  Wizards  Download  Connect     >
 \-------\-------------------------------------------------------------------'
          | |   \   | |  |____  | |      | | |  |____   ___ \  \  | |  ___ \  \
          | |     \_| |_______| |_|      |_| |_______| |_______/  |_| |_______/
          \ /
           V  

Documentation Area

Document Path: /doc/living/transfer_all_to


Name: transfer_all_to - move the inventory of a living to another destination

Syntax:
	transfer_all_to(object dest)

Description:
	The transfer_all_to function moves the inventory of a living and its
	money to another destination. It is normally used when a living dies,
	then everything is moved into its corpse.
	

Return value: none

Examples:
	object corpse=clone_object("obj/corpse");
	transfer_all_to(corpse);

See also:


This page was generated in LPC

Imprint / Impressum