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

Documentation Area

Document Path: /doc/object/query_put_prep


Lfun:	query_put_prep() - return a preposition used for put messages

Synopsis:
	string query_put_prep()

Description:
	The return value is used as a preposition for messages if a player
	puts something into the object. If the function is not defined,
	"into" is used.

Return value:
	A string containing the preposition.

Examples:
	query_put_prep() { return "onto"; }

Notes:
	The preposition is only used in messages, NOT for command parsing.
	The only prepositions that are possible in put commands are those
	mentioned in 'help put'.

	The function does only have any effect if the object is a container,
	i.e. has a can_put_and_get()-function returning 1.

See also:


This page was generated in LPC

Imprint / Impressum