Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

Best way to record a game chat?

Asked by 7 years ago
Edited 7 years ago

Hello,

I was wondering if anyone would know the best way to record a games chat history? I would like to record what everyone says and then be able to go back and see the history. I know how I am going to store it, I am going to use trello to store the chat history and just have a new card for each game instance. What would be the best way to actually record what all the players are saying?

Thank you,

Anthony

Note - I am not adding a card per chat, I am going to be adding a card per game and when someone chats it would make a new comment. I was wondering if anyone had a better idea of saving chats for a game that I would be able to view.

0
Just a precaution, adding a trello card per message sent in your game's chat will very likely slow it down massively... My personal suggestion would be to not use Trello. Troidit 253 — 7y
0
It would not be a card for each chat, it would be a card for each game and each chat would be a comment. MisterThackeryBinx 29 — 7y
0
Suggest using google docs Excel instead. RubenKan 3615 — 7y
0
The dev group im with use discord web hooks. User#5423 17 — 7y
0
Save it using a data store, if you need help, follow this guide https://scriptinghelpers.org/questions/25774/simple-datastore-introduction AlphaGamer150 101 — 7y

1 answer

Log in to vote
0
Answered by 7 years ago

Using data stores, help here, you could store chat history like this:

> ServerInstance
    > AlphaGamer150
        > Hi Guys
    > User
        > Hi alpha

> DifferentServerInstance
    > User
        > HI!
Ad

Answer this question