Hybrid View

Previous Post Previous Post   Next Post Next Post

  1. Offline
    Administrator
    1,206
    957
    Dec 2016
    #
    Quote Originally Posted by London View Post
    {
    if username = "SYOPAPOTILAS" then
    hitchance * 0.5
    }

    Noob
    if (userName == "SYOPAPOTILAS") {
    hitChance *= 0.5;
    }

    Noob.


  2. Offline
    🇳🇴 🇱🇮🇫🇪
    2,176
    2045
    Oct 2016
    #
    Quote Originally Posted by Miika View Post
    if (userName == "SYOPAPOTILAS") {
    hitChance *= 0.5
    }

    Noob.
    {} acts as "then" ?



  3. Offline
    Administrator
    1,206
    957
    Dec 2016
    #
    Quote Originally Posted by London View Post
    {} acts as "then" ?


    Yeah, it means that
    if (blaa = blaa) {
    Do everything inside these brackets
    }

Closed Thread
Results 1 to 10 of 18