Use this function to import a script definition to the current one. If you import a script, the script is processed. The function demands the following parameters:
Parameter 1 -> name or index of script to import
Beispiel:
%Common.Import(40)
%Common.Import(MyScript)
The script having index 40 is imported on line 1. In line 2 the function call imports the script definition named "MyScript".