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

Documentation Area

Document Path: /doc/player/query_extra_look


Name: query_extra_look - get the extra look from a player

Syntax:
	string query_extra_look()

Description:
	The query_extra_look call gets the extra look from a player. It only
	gets the player-settable extra look, other extra looks can be queried
	from the items in the player's inventory.

	This extra look is displayed before the item extra-looks when a player
	is being looked at.

Return value:
	If the player has set an extra-look a string (without '\n') containing
	the extra-look is returned, else 0.

Examples:
	string extra-look;
	extra-look=this_player()->query_extra_look();

See also:


This page was generated in LPC

Imprint / Impressum