A
/ \ _ Play Now Nemesis on
| | | | _______ _ _ _______ _______ _ _______
| |\ | | | ____| | \ / | | ____| / ____| | | / ____|
/-------/-------------------------------------------------------------------,
O= Home <=XX| About News Pics Adventurers Wizards Download Connect >
\-------\-------------------------------------------------------------------'
| | \ | | |____ | | | | | |____ ___ \ \ | | ___ \ \
| | \_| |_______| |_| |_| |_______| |_______/ |_| |_______/
\ /
V
Documentation Area
Document Path: /doc/player/query_quests
Name: query_quests - get quest information from a player
Syntax:
string query_quests()
int query_quests(string quest)
Description:
The query_short call gets the quest status from a player.
Return value:
Syntax 1: returns a string containing all quests solved by the
player, separated by '#'.
Syntex 2: returns 1, if the player has solved the given quest, else 0.
Examples:
string quests;
int solved;
quests=this_player()->query_quests();
solved=this_player()->query_quests("magic_path");
See also:
This page was generated in LPC
Imprint / Impressum