Page 1 of 2 1 2 LastLast
Results 1 to 10 of 13

Thread: Scripting Is hard to learn

  1. #1

    Scripting Is hard to learn

    Man i've always tried to learn to script, but i just cant learn.I know what everything means, just don't know how to start a script.Like i know how to make a npc talk like Player.chat= "Hello World". I just don't get the guides anyone know who can help me?

  2. #2
    Street Boss John's Avatar
    Join Date
    Jun 2013
    Location
    Lebanon
    Posts
    825
    What can't you understand exactly?
    -Johnaudi

  3. #3
    Start small. Sounds like you are taking on projects that you would benefit learning about on a smaller scale.

  4. #4
    like i don't know how to do any of these things, I've read guides but i just don't under stand it clearly.

  5. #5
    Street Boss
    Join Date
    Jun 2013
    Location
    United States
    Posts
    529
    Scripting isn't right for everybody. Any coding language requires critical thinking which may not be something everyone has.
    You're welcome to ask questions on here.

  6. #6
    aaaaaaaaaaaaaaaaaaaaaaaaa Grief Hero's Avatar
    Join Date
    Jun 2013
    Location
    n/a
    Posts
    1,327
    Practice, practice and practice even more. Practice 'till your eyes and hands bleed, then practice some more.


    I saw. I conquered. I came.


  7. #7
    //scripted by greg
    //#CLIENTSIDE
    function onPlayerChats() {
    if(player.chat == "/drag") {
    onTimeout();
    }
    }
    function onTimeout() {
    setani("un_drag",null);
    }
    i managed to do that after doing the guides

  8. #8
    I used to script with luA, it took me a long time to learn it.

  9. #9
    Street Boss John's Avatar
    Join Date
    Jun 2013
    Location
    Lebanon
    Posts
    825
    The only thing scripting requires is logic. (and small memorization)

    A lot of people out there do not have a single glance at logic, whereas you can evolve your own by trying, and not viewing.
    -Johnaudi

  10. #10
    El Bacon Hombre Police Commissioner
    Join Date
    Jun 2013
    Location
    United States
    Posts
    247
    Quote Originally Posted by John View Post
    The only thing scripting requires is logic. (and small memorization)

    A lot of people out there do not have a single glance at logic, whereas you can evolve your own by trying, and not viewing.
    Many scripters can even get by with only memorization. It's a poor method, but I've seen a few scripters who are highly thought of in Graal that mainly just memorize code. They lack the logic to expand onto topics they have never delved into and rather just copy & paste from past projects.
    [email protected]
    *Stefan: You steal my cookies?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •