Name: query_soaked - get the soaked value from a player Syntax: int query_soaked() Description: The query_soaked call gets the soaked value from a player. Depending on the level, a player is not able to drink any more non-alcoholic drinks if he is too soaked. Return value: a positive integer containing the soaked value Examples: int soak; soak=this_player()->query_soaked(); See also: player/query_intoxination, player/query_stuffed, player/add_soaked