Ok all. I added the cooking system and having problems with my BaseCreature.cs file.
Customs/90 - Modified Files/BaseCreature.cs:
CS1518: Line 1836: Expected class, delegate, enum, interface, or struct
CS1518: Line 1840: Expected class, delegate, enum, interface, or struct
CS1518: Line 1843: Expected class, delegate, enum, interface, or struct
CS1518: Line 1871: Expected class, delegate, enum, interface, or struct
CS1518: Line 1872: Expected class, delegate, enum, interface, or struct
CS1518: Line 1881: Expected class, delegate, enum, interface, or struct
CS1518: Line 1902: Expected class, delegate, enum, interface, or struct
CS1518: Line 1905: Expected class, delegate, enum, interface, or struct
CS1518: Line 1906: Expected class, delegate, enum, interface, or struct
CS1022: Line 1909: Type or namespace definition, or end-of-file expected
* * E D I T * *
I am proud of myself because I have little experience with coding and so far these are the only errors. Also thinking I may need to up my NoWarn section on my compile code, maybe its not high enough. Just a thought.