Jump to content
  • 0

how to create a script for newbie


lucky_you
 Share

Question

5 answers to this question

Recommended Posts

  • 0

You need to understand that a script is automated execution of certain actions,
for example: find such and such a number, divide by 10, write there, repeat 6 times, etc...
What needs to be done in a specific game, you need to ask in another thread.
Read LUA documentation
Read GameGuardian documentation
Sckips examples:

First thread

Second thread

Link to comment
Share on other sites

  • 0

Hi @lucky_you, here's my approach on how you can learn to create script, this not limited to lua only:

  • - Always remember Language functions and syntax. On lua the syntax is: "do", "end", "if", "else", "elseif", "then".
  • - Always learn from examples or open source project/script.
  • - Familiar yourself with reading documentation.
  • - Always do script testing.
  • + Train yourself in debugging / reading others code. Disect them.

Here's list of reference that you should read and experiment with:

Above commenters has provide great reference, I only made detailed point.

Link to comment
Share on other sites

  • 0
On 11/8/2023 at 10:03 AM, lucky_you said:

As the title says, how to create a script for beginners. Thank you

Start by using game guardian record script feature , that should help you start to learn the basics of scripting 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.