Multiple Weapon System Logic

0 favourites
  • 5 posts
From the Asset Store
100 items casual and logic games. All icons are of a high quality.
  • Hey all.

    I'm trying to get a character to fire one of a number of weapons depending on the upgrades/selections they have and I'm not sure about how to set up the logic. How can you set it up so that your "fire weapon" command references some other event logic which itself will determine which weapon is selected and is fired? IE if the player has upgrade A then weapon X will fire, but if they have upgrade B then weapon Y will fire.

    Thanks!

    -Drakkith

  • Depends how complicated you want to make it.

    Array of data would be recommended.

    Functions to make it streamlined and mininimal.

    But to explain in new user terms.

    You will be comparing variables, either data stored in array or via variables

    upgradea = 0 or 1

    upgradeB = 0 or 1

    Set up conditions

    upgradeA = 1

    upgradeB = 1

    then weapon = 1

    etc

  • Thanks, Dutoit. Do you know of any good posts or tutorials on using arrays or functions in this manner?

  • Update: Found a tutorial on arrays.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I would look at any of the inventory tutorials. There is a great array tut with animals that shows a lot functionality.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)