Login / Registrieren
DE EN FR ES IT CZ
Zurück Nach oben

Puzzle Design Thread (for classic adventure Lucasarts style or Sierra)

  • #50, by gabarts 9 years ago Zitieren
    Here we are again smile
    Let say I have several goals to complete but you can complete in different order of course. Or like a score system at the end. I need sort of global value to check how many goals have been completed. Where to use this value and how to make it progressive? Hope is clear
  • #51, by esmeralda 9 years ago Zitieren
    When using actions:
    As far as I know visionaire doesn't care where you put your values or conditions. You can put it with your character, scene, object... basicly wherever you like. Best put it somewhere logic so that you can find it again.

    There is an action "set value" to increase/decrease (and other operations) your value.

    So if you have completed one goal, set your value +1 and check if you reached your max number (= number of your goals).