Frictional Games Forum (read-only)
My problems - Printable Version

+- Frictional Games Forum (read-only) (https://www.frictionalgames.com/forum)
+-- Forum: Amnesia: The Dark Descent (https://www.frictionalgames.com/forum/forum-6.html)
+--- Forum: Custom Stories, TCs & Mods - Development (https://www.frictionalgames.com/forum/forum-38.html)
+---- Forum: Development Support (https://www.frictionalgames.com/forum/forum-39.html)
+---- Thread: My problems (/thread-18769.html)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


RE: My problems - naseem142 - 10-19-2012

I'm using notepad++ , is there any program that could debug the script or alteast help me a little to find the error?


RE: My problems - The chaser - 10-19-2012

Yes, always that I do new functions I put them at the bottom, so if something like that appears, I will know more or less where the issue is.

You could do ctrl+f and type "-then it would search all the ". Click meanwhile checking and maybe you get it faster.


RE: My problems - naseem142 - 10-19-2012

It's gonna alot harder for me , i put my codes randomly lol


RE: My problems - Robby - 10-19-2012

Well, that does explain the high incidence of writing mistakes that cause these. You need to make sure that you place them in a specific order (to reduce mess-ups).

It's what I was doing for some time, and I rarely had problems.


RE: My problems - naseem142 - 10-19-2012

okay , i will do that in my next maps :p
now i must go to find and fix that error


RE: My problems - Robby - 10-19-2012

(10-19-2012, 05:15 PM)naseem142 Wrote: okay , i will do that in my next maps :p
now i must go to find and fix that error
It will take some time. Be calm, and analyze everything carefully.


RE: My problems - naseem142 - 10-19-2012

I think i found something.

SetEntityActive(servant_brute_125", true);


SetEntityActive("servant_brute_125", true);


Am i right? i don't want to destroy the script again ..


RE: My problems - Robby - 10-19-2012

That could be the problem. Yeah, fix that.


RE: My problems - naseem142 - 10-19-2012

I got a new error , it is in line 158. Does it mean the error is somewhere in lines 158 and below?

[Image: MIBR4.png]


RE: My problems - Robby - 10-19-2012

You have "Removeitem".

It must be "RemoveItem".

Without quotes. On line 158.