Name

useprofile — profile to be used by farmer

synopsis

<useprofile>STRING</useprofile>

parent elements

                    <farmer>
                

children elements

none.

attributes

none.

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>