(- Bread Vendor Tutorial Pray Template by Hausmouse1@aol.com -)
(- Comments appear above the line being discussed. -)


"en-GB"

(- AGNT is the type of 'chunk' that C3 uses for agents. -)
(- DSAG is used for Docking Station agents. -)
(- The text in quotes is the name that will appear on the Creator Machine. -)

group AGNT "Bread Vendor"

"Agent Type" 0

(- Change the text in quotes to describe your agent. -)
"Agent Description" "Bread vendor by Hausmouse1@aol.com"


(- The total number of files your agent needs to work, *not* including the COS file. -)
"Dependency Count" 2


(- The dependencies counted above are listed below. Pay attention to -)
(- the placement of quotation marks! -)

(- List the first dependency -)
"Dependency 1" "bread_vendor.c16"

(- Dependency 1 goes to Images directory -)
"Dependency Category 1" 2

(- List the second dependency -)
"Dependency 2" "bread_tut.catalogue"

(- Dependency 2 goes to Catalogue directory -)
"Dependency Category 2" 7

(- How many cos files are there? Usually 1 -)
"Script Count" 1

(- List your cos file here. -)
"Script 1" @ "bread_tut.cos"

(- Image file with extension. Appears on Creator Machine. -)
"Agent Animation File" "bread_vendor.c16"

(- Image file WITHOUT extension. Appears on Creator Machine. -)
"Agent Animation Gallery" "bread_vendor"

(- Sprite number or animation to use on Creator Machine. No brackets! [] -)
"Agent Animation String" "0"

(- Bioenergy the Creator needs to make the Agent. -)
"Agent Bioenergy Value" 50

(- The remove script must be all on one line, with no line breaks. -)
"Remove script" "enum 2 23 54000 kill targ next enum 2 11 54000 kill targ next scrx 2 23 54000 1 scrx 2 23 54000 2 scrx 2 23 54000 6 scrx 2 11 54000 6 scrx 2 11 54000 12"


(- inline FILE lists the files to be packaged with the agent.  -)
(- inline FILE "<destination name>" "<source name>" -)
(- Remember to use the extensions (.c16, .wav, etc.)   -)
(- These lines must be the very last in the file. -)
(- There must be a carriage return <enter> at the end of the last line. -)

inline FILE "bread_vendor.c16" "bread_vendor.c16"
inline FILE "bread_tut.catalogue" "bread_tut.catalogue"
