Is goal: Difference between revisions
Jump to navigation
Jump to search
imported>Bale see also get_goals|goal_exists |
imported>Bale That ceased to be true some time ago. Update. |
||
Line 15: | Line 15: | ||
}}| | }}| | ||
function_description=Checks to see if any adventuring goals would be satisfied by a {{pspan|want}}. | function_description=Checks to see if any adventuring goals would be satisfied by a {{pspan|want}}. For a non-item goal you need to use {{f|get_goals}} or {{f|goal_exists}}.| | ||
needscode=yes| | needscode=yes| |
Latest revision as of 02:45, 5 November 2014
needs(code_samples);
Function Syntax
- want is checked to see if it is a goal
Checks to see if any adventuring goals would be satisfied by a want. For a non-item goal you need to use get_goals()
or goal_exists()
.