How to Make a Class System Like Break In Story

Whats up everyone,
So what I am trying to do is make a class system in the lobby and when you click on a role medic for example you get a medkit in the actual story part of the game. Thanks!

1 Like

The lobby works fine the problem is getting the tool into the acutal game for that round.

1 Like

You could implement this with datastores so being as that the story part of the game is a place under the experience instead of a separate experience.

If it is a separate experience you are probably going to need to create a database / web server. (If you do go this route I recommend Flask for Python though I highly do not recommend going this route.)

1 Like