I would like to have a SkillCodex added to new character packs upon character creation, however I am getting an error. I have also added the StatCodex to character creation without problem, so I am not sure why this item will not work.

This is the edit I've added to CharacterCreation.cs

Code:
PackItem(new SkillCodex());

This is the error.

Code:
Errors:
 + Misc/CharacterCreation.cs:
    CS0246: Line 56: The type or namespace name 'SkillCodex' could not be found 
(are you missing a using directive or an assembly reference?)
Scripts: One or more scripts failed to compile or no script files were found.
 - Press return to exit, or R to try again.

Any help I can get on correcting this would be greatly appreciated.
 
Back