To plural: Difference between revisions
Jump to navigation
Jump to search
imported>Grotfang Create page |
imported>Grotfang mNo edit summary |
||
Line 31: | Line 31: | ||
see_also={{SeeAlso|eat}}| | see_also={{SeeAlso|eat}}| | ||
}} | }} |
imported>Grotfang Create page |
imported>Grotfang mNo edit summary |
||
Line 31: | Line 31: | ||
see_also={{SeeAlso|eat}}| | see_also={{SeeAlso|eat}}| | ||
}} | }} |
Contents |
Returns the plural of an item in the form of a string.
Prints diet information after eating.
eat(3 , $item[hot hi mein]);
print( "You have eaten 3 " + to_plural($item[hot hi mein]));