Code Monkey home page Code Monkey logo

Comments (2)

orcnog avatar orcnog commented on June 2, 2024

Hi @ChiaraKira, I'm low on free time lately but I have seen your comment and I will try to replicate this issue.... but just like at an auto mechanic's shop, if I can't reproduce the problem I'm not sure I can fix it. Any other steps to reproduce that you can add will help, thanks!

But just upon looking at your pasted code, I might see a syntax error. Try making the 3rd-to-last line in your snippet deckName: deckName,. I.e. removing the extra space before the comma. Lmk if that fixes the issue.

from orcnog-card-viewer.

orcnog avatar orcnog commented on June 2, 2024

I tested with the following macro code (only changing the deckName to the name of a deck in my own game):

let deckName = 'Deck of Many More Things';
let discardPile = 'Pila di Scarto';
let share = true;

OrcnogFancyCardDealer({
deckName: deckName ,
discardPileName: discardPile
}).draw(share);

...and this worked just fine for me.
Please try again. Maybe it was inadvertently fixed in one of the 2 updates that have been released since you originally logged this issue. It's working for me! Marking this closed. (feel free to log another issue if it is indeed still broken for you)

from orcnog-card-viewer.

Related Issues (15)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.