Benefits of using Python scripting?

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • I think you'd probably get a bit better performance for complex algorithms than the event editor. You could also write re-usable functions.

    For example, pathfinding is very CPU heavy, it would be complex to code the event editor, it also would be difficult to copy from one game to another. However, the logic for pathfinding is the same in every game (there's slightly different algorithms, but the principle is very similar), so having a pathfinding function in python may allow you to more easily use your algorithms between different games.

    It's not necessarily used for improved performance though, some people may have stuff written in python that they don't want to convert to the event editor, so they can have the two talk to each other.

    Please login to see this link.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!