Difference between revisions of "To skill"

From Kolmafia
Jump to navigation Jump to search
imported>StDoodle
m
imported>StDoodle
m
Line 35: Line 35:
 
needscode=yes|
 
needscode=yes|
  
special=If {{pspan|convert}} cannot be given by use of a skill and is supplied as such, or no match is found for a supplied string or int type, function returns $skill[ none ].|
+
special=If {{pspan|convert}} cannot be given by use of a skill and is supplied as such, or no match is found for a supplied string or int type, this function returns $skill[ none ].|
 
}}
 
}}

Revision as of 00:27, 14 March 2010

needs(code_samples);

Function Syntax

skill to_skill(int convert )

skill to_skill(string convert )

skill to_skill(effect convert )

  • convert is the int, string or effect to convert

When supplied an int or string, returns the skill that corresponds to the specified parameter convert. When supplied an effect, this returns the skill that, when cast on a player, gives them the effect convert.

Special

If convert cannot be given by use of a skill and is supplied as such, or no match is found for a supplied string or int type, this function returns $skill[ none ].