My primestat: Difference between revisions
Jump to navigation
Jump to search
imported>Zarqon more links, consistent formatting, logged-out info |
imported>Grotfang m moved My primestat() to My primestat |
(No difference)
|
Revision as of 13:54, 1 March 2010
Returns the stat associated with your class.
The following example attempts to create as many scrumpdiddlyumptious solutions as you have scrumptious reagents if you are a mysticality class.
if (my_primestat() == $stat[mysticality]){
retrieve_item(item_amount($item[scrumptious reagent]), $item[delectable catalyst]);
use(item_amount($item[delectable catalyst]), $item[delectable catalyst]);
}
When not logged in, this function returns $stat[moxie].