Difference between revisions of "Mp cost"

From Kolmafia
Jump to navigation Jump to search
(Created page.)
 
(Linked the int type.)
Line 1: Line 1:
'''int mp_cost([[skill]] touse)'''
+
'''[[int]] mp_cost([[skill]] touse)'''
  
 
Will return the MP cost to cast the specified skill.  
 
Will return the MP cost to cast the specified skill.  

Revision as of 11:16, 12 January 2010

int mp_cost(skill touse)

Will return the MP cost to cast the specified skill.

MP reduction items are taken into account.

mp_cost($skill[Empathy]);
Will return the MP a cast of empathy will cost.