Content tagged dictionary

Similar Tags

Report Tag

74 usages of this tag
  • 11 replies
  • 469 views
This content is deleted
Forum Topic
Exercises?
0 favourites

So, I've been learning programming through courses on Youtube. I just finished a 'Intro To Programming' video. Took notes and everything. I use Construct 2 for...

posted 3 years ago
  • 1 replies
  • 570 views
This content is deleted
Forum Topic
Dictionary vs global variables
0 favourites

For my savegame I will most likely use a dictionary to json on local storage. I will need to save about 20-50 variables/values. Now I'm thinking whether I shoul...

  • 4 replies
  • 731 views
0 favourites

I'm saving my variables such as player inventory, player attributes, experience table, monsters description (loot, gold drop, etc) and I'm using the AJAX plug i...

  • 14 replies
  • 620 views
This content is deleted
Forum Topic
What am I doing wrong? (Inventory System)
0 favourites

I'm working on an inventory system and for some reason it's not updating the slots. I "pick" a item from other layout, set the key "PickedItem" in a Dictionary...

  • 2 replies
  • 655 views
This content is deleted
Forum Topic
Global variable or Dictionary entry?
0 favourites

C3 guru's, thanks for checking out this topic. As I make my way through this first game, I've set 10+ global variables for different things I need to reference...

  • 2 replies
  • 580 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
  • 447 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
  • 327 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
  • 269 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
  • 374 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...

Similar Tags