Forum Topics tagged dictionary

Similar Tags

Report Tag

68 forum topics with this tag
  • 2 replies
  • 575 views
This content is deleted
Forum Topic
Using JSON data to keep RPG stats etc.?
0 favourites

I'm wondering what's the best way to have all the data of a "typical RPG" stored. I really like the modularity of Javascript objects. So is there anything wrong...

  • 3 replies
  • 446 views
This content is deleted
Forum Topic
Dictionary Row Limit
0 favourites

Is the dictionary 1000 row soft limit due to technical limitations? At the 1000 mark the only way I can add rows to dictionaries is by manual adding 1 row each...

posted 3 years ago
  • 1 replies
  • 326 views
This content is deleted
Forum Topic
C3 dictionary asJSON generates "c2dictionary":true ...
0 favourites

Just noticed that in C3 generating json from a dictionary includes c2dictionary in the string. Its no big deal but perhaps you want to update it to c3 -- althou...

posted 3 years ago
  • 1 replies
  • 268 views
0 favourites

I would like my players to be able to import and export savegames that I created using localstorage or a dictonary which will then be saved in local storage. Fo...

  • 2 replies
  • 371 views
This content is deleted
Forum Topic
Show " " for string values in dictionaries in Debug Mode
0 favourites

While testing the "ready-feature" before game start, where the host can only start the game after every player is ready, I had quite problems figuring out why i...

  • 0 replies
  • 512 views

I'm building a deck editor. I'm using a websites API to load the card images. The owners of the website state that they will ban and blacklist people who downlo...

posted 3 years ago
  • 1 replies
  • 402 views
This content is deleted
Forum Topic
How do I Check if dictionary has a word?
0 favourites

Basically what I am trying to do is: What already done: _________________________________________. Ajax my Realtime Databases and request info ( works fine). __...

  • 1 replies
  • 304 views
This content is deleted
Forum Topic
Problem reading Local storage values in a loop
0 favourites

I would like to read data from localstorage within a loop. Meaning is to feel a dictionary with localstorage value. Dictionary keys and localstorage key have sa...

  • 2 replies
  • 278 views
This content is deleted
Forum Topic
How do I store an array locally for later retrieval?
0 favourites

I have a game where I have redefine keys screen. When I redefine the keys (press key for left, key for right etc.) they're put into an array and then I loop thr...

  • 3 replies
  • 747 views
0 favourites

I want to loop through all available speech synthesis voices and store them so that I can easily change the voice with a function. But when I try to do Voices.G...

Similar Tags