Name: query_intoxication - get the intoxination value from a player Syntax: int query_intoxination() Description: The query_intoxination call gets the intoxication value from a player. Depending on the level, a player is not able to drink any more alcoholic beverages if he is too intoxicated. Funny how a spelling error becomes officially supported name. :) Return value: a positive integer containing the intoxication value Examples: int tox; tox=this_player()->query_intoxination(); See also: player/query_stuffed, player/query_soaked, player/add_intoxination