Author Topic: NEVER MIND  (Read 414 times)

Why is this an error:

Add-Ons/GameMode_ZAPT/scripts/objects.cs Line: 2116 - Syntax error.
>>> Some error context, with ## on sides of error halt:
^^zombieHelp^^= "Use your jet key while looking at survivors to strangle them";

^^zombieHUDIcon^= "smoker";

^^zombieStalker^= true;

        zombieAdminOnly^= true;

        zombieDamage^= 25;

        maxDamage       = 100



^^// Skincolor Properties

^^

^^skinColorGreenMin ##=## 0;

^^skinColorGreenMax = 0;

^^

^^skinColorBlueMin = 0;

^^skinColorBlueMax = 0;

^^

^^skinColorSym = "";

^};

EDIT! Wow, I'm an idiot, I forgot a semicolon, THAT's why. Nobody reply to this.
« Last Edit: February 16, 2012, 09:10:39 PM by YourBuddyBill »



Yeah, when you see an error that doesn't make sense, always check the lines above it

Yeah. Note to self: A missing semicolon will result in anything afterwards being an error message.