Complete Level

Discussion in 'Buildbox 3.0' started by Greatone, Oct 6, 2019.

  1. Greatone

    Greatone Boxer

    Joined:
    Feb 21, 2017
    Messages:
    83
    Likes Received:
    23
    Is there a way to Complete Level after receiving both x points and x coins.
     
  2. Jaro

    Jaro Avid Boxer

    Joined:
    Sep 21, 2018
    Messages:
    387
    Likes Received:
    126
    :)Two Event Observers maybe ??
     
  3. Greatone

    Greatone Boxer

    Joined:
    Feb 21, 2017
    Messages:
    83
    Likes Received:
    23
    Dont think that will work cause it will trigger soon as one of them is achieved.
     
  4. Josh (Nology Games)

    Josh (Nology Games) Avid Boxer

    Joined:
    Nov 27, 2017
    Messages:
    200
    Likes Received:
    155
    you could use if statements

    var coins
    var points

    if(coins = ??){
    if(points = ??){
    I don't know what to put here, lol
    }
    else (points < ??) continue
    }
    else if(points = ??){
    if(coins = ??){
    I don't know what to put here, lol
    }
    else (coins < ??) continue
    }

    now, I'm no expert in coding and I dont think this script will do anything. it was simply to give you an idea of what you could try
     
  5. Greatone

    Greatone Boxer

    Joined:
    Feb 21, 2017
    Messages:
    83
    Likes Received:
    23
    Nice looks like we getting somewhere anyone else can fill in the dots
     

Share This Page