okay, so it wasnt enabled but now its giving me this error when it tries to load.
"=== Sharpie Errors === <...>\Mods\Sharpie\CS\GraffitiedCreatureOrItem.cs(24,36): error CS0246: The type or namespace name 'IDisplayNameEvent' could not be found (are you missing a using directive or an assembly reference?) <...>\Mods\Sharpie\CS\GraffitiedCreatureOrItem.cs(21,117): error CS0103: The name 'GetShortDisplayNameEvent' does not exist in the current context <...>\Mods\Sharpie\CS\ApplicatorPen.cs(20,40): error CS1503: Argument 4: cannot convert from 'char' to 'string' <...>\Mods\Sharpie\CS\ApplicatorPen.cs(25,40): error CS1503: Argument 4: cannot convert from 'char' to 'string' <...>\Mods\Sharpie\CS\Sharpie.cs(54,122): error CS1503: Argument 3: cannot convert from 'int' to 'string' <...>\Mods\Sharpie\CS\Sharpie.cs(97,118): error CS1503: Argument 3: cannot convert from 'int' to 'string' == Warnings == <...>\Mods\Sharpie\CS\Sharpie.cs(27,14): warning CS0612: 'GameObject.pPhysics' is obsolete <...>\Mods\Sharpie\CS\Sharpie.cs(67,9): warning CS0612: 'GameObject.pRender' is obsolete <...>\Mods\Sharpie\CS\Sharpie.cs(70,9): warning CS0612: 'GameObject.pRender' is obsolete <...>\Mods\Sharpie\CS\Sharpie.cs(83,32): warning CS0612: 'GameObject.pRender' is obsolete"
2 comments
"=== Sharpie Errors ===
<...>\Mods\Sharpie\CS\GraffitiedCreatureOrItem.cs(24,36): error CS0246: The type or namespace name 'IDisplayNameEvent' could not be found (are you missing a using directive or an assembly reference?)
<...>\Mods\Sharpie\CS\GraffitiedCreatureOrItem.cs(21,117): error CS0103: The name 'GetShortDisplayNameEvent' does not exist in the current context
<...>\Mods\Sharpie\CS\ApplicatorPen.cs(20,40): error CS1503: Argument 4: cannot convert from 'char' to 'string'
<...>\Mods\Sharpie\CS\ApplicatorPen.cs(25,40): error CS1503: Argument 4: cannot convert from 'char' to 'string'
<...>\Mods\Sharpie\CS\Sharpie.cs(54,122): error CS1503: Argument 3: cannot convert from 'int' to 'string'
<...>\Mods\Sharpie\CS\Sharpie.cs(97,118): error CS1503: Argument 3: cannot convert from 'int' to 'string'
== Warnings ==
<...>\Mods\Sharpie\CS\Sharpie.cs(27,14): warning CS0612: 'GameObject.pPhysics' is obsolete
<...>\Mods\Sharpie\CS\Sharpie.cs(67,9): warning CS0612: 'GameObject.pRender' is obsolete
<...>\Mods\Sharpie\CS\Sharpie.cs(70,9): warning CS0612: 'GameObject.pRender' is obsolete
<...>\Mods\Sharpie\CS\Sharpie.cs(83,32): warning CS0612: 'GameObject.pRender' is obsolete"
Any ideas?