Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. Idle Commander - The Dev

    JavaScript javascript error

    I have this code all the ids in HTML exist. const materials = [ { name: 'stone_box', amount: stoneAmt }, { name: 'redMushSeeds', amount: redMushSd }, { name: 'cop_box', amount: copperAmt }, { name: 'iron_box'...
  2. Idle Commander - The Dev

    JavaScript Cannot read properties of null style

    I have this code all the ids in HTML exist. ``` const materials = [ { name: 'stone_box', amount: stoneAmt }, { name: 'redMushSeeds', amount: redMushSd }, { name: 'cop_box', amount: copperAmt...
Back
Top Bottom