Ok so its been this same error every time. A compiling error, curses to line 3322. Now if you check the forums frequently than you'll know that this is around my 5th post in a in a span of a few days. By saying this that doesn't mean put in a position of spam accusation. I thought, despite all of my previous posts, and giving the forum a break, after around 8 hours trying to solve one error leading to another, I'd just go ahead and post this. Now without further delay, I present the star of this episode, COMPILING ERROR LINE 3322!
Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
level.DLC3.riserZombiesInActiveZonesOnly) <- remove that )
I'll try to make myself sound like I'm not completely ignorant of scripting (which I am,) on line 3320 there are two parts of that line that say the same thing, (isDefined(level.DLC3.riserZombiesInActiveZonesOnly) (first one,) and level.DLC3.riserZombiesInActiveZonesOnly) (second one.) I'm sure you can tell I don't for a living. I'm guessing its the first one but i want to be sure because I have a personal rep to screw stuff up.
Has the ability to issue warnings to users, edit and remove posts from the forum and to move topics to other boards. Upholds the rules of the forum. Moderates Chat Rooms.
I'll try to make myself sound like I'm not completely ignorant of scripting (which I am,) on line 3320 there are two parts of that line that say the same thing, (isDefined(level.DLC3.riserZombiesInActiveZonesOnly) (first one,) and level.DLC3.riserZombiesInActiveZonesOnly) (second one.) I'm sure you can tell I don't for a living. I'm guessing its the first one but i want to be sure because I have a personal rep to screw stuff up.
The second instance of it is what I'm talking about. In the middle of the line.
I'll try to make myself sound like I'm not completely ignorant of scripting (which I am,) on line 3320 there are two parts of that line that say the same thing, (isDefined(level.DLC3.riserZombiesInActiveZonesOnly) (first one,) and level.DLC3.riserZombiesInActiveZonesOnly) (second one.) I'm sure you can tell I don't for a living. I'm guessing its the first one but i want to be sure because I have a personal rep to screw stuff up.
I'm sure you can tell I don't script for a living. Thats what I meant to say. Double Post Merge: January 31, 2016, 02:21:22 am
If you want scripts / features made for you, then contact me by PM or email / skype etc it will cost you tho so if you have no intention of reciprocating don't even waste my time
I'll try to make myself sound like I'm not completely ignorant of scripting (which I am,) on line 3320 there are two parts of that line that say the same thing, (isDefined(level.DLC3.riserZombiesInActiveZonesOnly) (first one,) and level.DLC3.riserZombiesInActiveZonesOnly) (second one.) I'm sure you can tell I don't for a living. I'm guessing its the first one but i want to be sure because I have a personal rep to screw stuff up.
if you were curious as to why there are two, one is checking that variable exists at all, the other checks for if its true or false
its best to check its defined first, otherwise you can get the wrong result
Enable developer and post a new screenshot of the error in console.
OK never mind that error randomly disappeared. But the old one showed up on the console again. http://imgur.com/YqdGcQ7
I don't know whats wrong, doesn't a syntax error mean something like a misplaced period, or something like that. Its still line 3322. I haven't gotten rid of Harry's scripts so I could take the one I have now out and place his in. I really hope I can get this resolved today.
OK never mind that error randomly disappeared. But the old one showed up on the console again. http://imgur.com/YqdGcQ7
I don't know whats wrong, doesn't a syntax error mean something like a misplaced period, or something like that. Its still line 3322. I haven't gotten rid of Harry's scripts so I could take the one I have now out and place his in. I really hope I can get this resolved today.
Code Snippet
Plaintext
if((isDefined(level.DLC3
You have another extra "(". Remove the first one, just after "if".
Did you compile the map/mod again? That looks right...
I have been compiling and building the mod. Even after you said that I compiled and built the mod and got the same error when I ran it. Does anybody use Harry's perks and have working risers. This all started cause my risers never worked. Maybe I could use somebody's _zombiemode_spawner.gsc, I know its wrong to ask but I'm super desperate.
I have been compiling and building the mod. Even after you said that I compiled and built the mod and got the same error when I ran it. Does anybody use Harry's perks and have working risers. This all started cause my risers never worked. Maybe I could use somebody's _zombiemode_spawner.gsc, I know its wrong to ask but I'm super desperate.
Actually I use Harry's perks and that line doesn't look like that. But it can be another version, don't know. It looks like this in mine and works perfectly:
Code Snippet
Plaintext
// JMA - this is used in swamp to only spawn risers in active player zones if( IsDefined( level.zombie_rise_spawners ) )
But, as daedra says, the code looks right. You can even see the red mark on the parenthesis, which tells you where they start and where they finish.
Actually I use Harry's perks and that line doesn't look like that. But it can be another version, don't know. It looks like this in mine and works perfectly:
Code Snippet
Plaintext
// JMA - this is used in swamp to only spawn risers in active player zones if( IsDefined( level.zombie_rise_spawners ) )
But, as daedra says, the code looks right. You can even see the red mark on the parenthesis, which tells you where they start and where they finish.
OK so do you use risers in your map. I had no trouble with scripts when I didn't have risers.