Difference between revisions of "My thrall"

From Kolmafia
Jump to navigation Jump to search
imported>Bale
(r13223)
 
(No difference)

Latest revision as of 06:33, 4 November 2014

Function Syntax

thrall my_thrall()

Returns your current pasta thrall.

Code Samples

Prints your current thrall and his name.

thrall current = my_thrall();
if(current != $thrall[none])
   print("My current Pasta Thrall is " + current.name +", the "+ current);

See Also

to_thrall()

Special

When not logged in, returns $thrall[none].