Do you guys have any scripting challenges for me?

I’m in the intermediate range of scripting and want to get to the more advance side of it.

If you guys have anything for me to practice I would like that, thanks.

Quest module

If you know a bit of math, vectors and calculus is pretty useful to know how to apply. i.e a surface-to-target missile or rocket trajectory. If you want to get into slightly more advanced stuff you could take a look at things like verlet integration - I believe someone made a motion-realistic cloth with it.

What you should work on really depends on the level you’re at. Pretty much everything after you have a firm grasp of syntax and API use is application of algorithmics/mathematics.

Try working on OOP and get the hang of it.

Hmm, maybe try to make a weapon gun/sword. Those use more advanced services/processes.