Page 1 of 1

Any examples for how to take input from trigger and put in a database

Posted: Fri May 25, 2018 1:53 pm
by fstltna
Hi, I'm trying to set up a mudlet app where I parse data from the triggered data and store it into a database like a map or list for later review. Does anyone have some example code I can see on how to do this?

Thanks!
Marisa

Re: Any examples for how to take input from trigger and put in a database

Posted: Sat May 26, 2018 1:20 pm
by Vadi
Certainly - check this out on how to parse data from triggers: https://wiki.mudlet.org/w/Manual:Introduction#Triggers

When you have it, store it in the database: https://wiki.mudlet.org/w/Manual:Script ... e_frontend

Re: Any examples for how to take input from trigger and put in a database

Posted: Sat May 26, 2018 9:40 pm
by fstltna
Thanks! I'll look into that...