talking from javascript to c#

heya,
I am using a cool sprite manager from above and beyond soft. it uses a script in c# and i am using javascript.

does anyone know if/how i will be able to access functions in the c# script from javascript~?

thanks,
cp

thats no prob

put his scripts into a folder thats earlier compiled (I normally use plugins, as I see such kits as a plugin) and then you can use them as if they were unity functionality

thanks for the fast reply.
shoot. though. im not sure exactly what you mean?
i am a bit of a novice programmer. if you could elaborate a bit that would be super helpful. thanks,
cp

A good place to put the C# scripts is in the Standard Assets folder. See this page of the manual for an explanation.