Author Topic: ATK scripting -Namespace, self-made functions question  (Read 1569 times)

0 Members and 1 Guest are viewing this topic.

Offline clima

  • New QuantumATK user
  • *
  • Posts: 1
  • Country: be
  • Reputation: 0
    • View Profile
ATK scripting -Namespace, self-made functions question
« on: October 14, 2013, 09:43 »
Dear ATK users,
please advice how to make my own functions in external files and they work after import in the main script - I have the issue with the namespace NanoLanguage and do not know what shall I import in the functions so that they work.

Thanks.

Offline Nordland

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 812
  • Reputation: 18
    • View Profile
Re: ATK scripting -Namespace, self-made functions question
« Reply #1 on: October 14, 2013, 18:57 »
If you write "from NanoLanguage import *" in all your scripts it works.