Frictional Games Forum (read-only)

Full Version: [HELP]My script doesn't work...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
... 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/
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)
(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