I use this:
void Function_Name()
{
whatever
}
in the global code editor, then for the name put in Function_Name.
i try to use
Function_Name();
to use the function but does nothing.
I cant get it to list these functions in the funtion list, or to get em to work for the most part. any ideas? Do i hafta declare them somewhere like at creation of something?