I am working on a perk fragment and the things were going quite well until I needed to use http://www.creationkit.com/GetLeveledActorBase_-_Actor() and http://www.creationkit.com/Getsix_-_ActorBase() into it.
Then...
....the compiler doesn't recognize those functions.
Fine...let's try to add "Import Actor" and "Import Actorbase" into it.
...the compiler doesn't recognize "import" inside the fragment!
Fine...let's try to put it outside the fragment.
After putting it below the fragment, with the Properties...
...fine...it compiles...and no...doesn't consider my import!
After putting it above the fragment, just below the script name...
...fine...it compiles...and no...doesn't consider my import!
I've tried to copy and paste the functions inside the script...
...and it doesn't compile!
Has any a suggestion about how to add a non-Perk function to a Perk Fragment?

There is a way? Has anyone done it before?

Thanks,
Jashkar
