Zekromius
Official Terrarian
I
[doublepost=1480827156,1480826856][/doublepost]Cheers all! My mod did not work again while Building + Reloading!
c:\Users\_____\Documents\My Games\Terraria\ModLoader\Mod Sources\The Dank Mod\The Dank Mod.cs(30,5) : error CS1519: Invalid token '}' in class, struct, or interface member declaration
c:\Users\_____\Documents\My Games\Terraria\ModLoader\Mod Sources\The Dank Mod\Items\Weapons\The Feminist's Blade.cs(6,18) : error CS0101: The namespace 'TheDankMod.Items.Weapons' already contains a definition for 'TheFeministsBlade'
I'll be honest, I think I rushed into coding. I have no idea what I'm doing, do you know any resources to help me understand this complicated art? TyAt a glance, I can see a few problems with that particular line.
1. Identifiers cannot have spaces, not sure if those are properly underscored or not, but if they are not, you will need to remove those spaces.
2. Are you trying to call a function named "The"? Anything inside of parenthesis will be treated as a function call.
3. The comma inside there should be a period, and the period at the end should not be there.
[doublepost=1480827156,1480826856][/doublepost]Cheers all! My mod did not work again while Building + Reloading!
c:\Users\_____\Documents\My Games\Terraria\ModLoader\Mod Sources\The Dank Mod\The Dank Mod.cs(30,5) : error CS1519: Invalid token '}' in class, struct, or interface member declaration
c:\Users\_____\Documents\My Games\Terraria\ModLoader\Mod Sources\The Dank Mod\Items\Weapons\The Feminist's Blade.cs(6,18) : error CS0101: The namespace 'TheDankMod.Items.Weapons' already contains a definition for 'TheFeministsBlade'