My thrall: Difference between revisions
Jump to navigation
Jump to search
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
Special
When not logged in, returns $thrall[none].