Frictional Games Forum (read-only)
[HELP]My script doesn't work... - 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: [HELP]My script doesn't work... (/thread-12260.html)



[HELP]My script doesn't work... - Stubag - 01-02-2012

... And i dont know what's wrong? Huh Here is my script and scriptarea name and corpse name. Please help me somebody
http://imageshack.us/f/836/problemhz.png/



RE: [HELP]My script doesn't work... - Statyk - 01-02-2012

the syntax is wrong. You have it as "void CorFunction(string &in asEntity, string &in asType)"

It SHOULD BE:

void CorFunction(string &in asParent, string &in asChild, int alState)


RE: [HELP]My script doesn't work... - Stubag - 01-03-2012

(01-02-2012, 12:55 AM)Statyk Wrote: the syntax is wrong. You have it as "void CorFunction(string &in asEntity, string &in asType)"

It SHOULD BE:

void CorFunction(string &in asParent, string &in asChild, int alState)
Thanks dude Smile