Name
useprofile — profile to be used by farmer
synopsis
<useprofile>STRING</useprofile>
character data
name of profile to be used by farmer.
description
This element references an exisiting profile, which will be
used by current farmer. If there's no profile by that name,
flood will report error and exit.
examples
<profile>
<name>my profile</name>
<!-- ... -->
</profile>
<!-- ... -->
<farmer>
<name>john</name>
<useprofile>my profile</useprofile>
</farmer>