• 0

    posted a message on [Trigger, Beginner] Variables, Arrays, Constants, "If" statements and Functions.

    Could someone just answer me this question in programmer's terms.

    • Events - Initiates a Trigger - the actions in this function have been done it initiates the trigger.
    • Actions - Runs any actions that are under the actions within the functions
    • Conditions - I have not even found a use for this.
    • Functions - Functions will appear with other functions (like the arithmetic function under math for integer that we used earlier) based on the return type ie (integer, unit, Real, ect)

    A Function is essentially a giant loop ( a do until loop even? ),

    And event is something that starts the for loop, essentially a IF statement before the giant loop And a function inside a function is a nested loop.

    How close am i? I hate jumping through all these loops of clicking and checking off stuff and going through huge drop down lists when i could just type up stuff

    Posted in: Tutorials
  • To post a comment, please or register a new account.