Page 2 of 2

Re: RingGameWait Callback

Posted: Wed Dec 15, 2021 5:13 pm
by Kent Briggs
New "Leave+" action added in version 6.33:

viewtopic.php?t=3670

Re: RingGameWait Callback

Posted: Fri Dec 17, 2021 5:32 pm
by setspike
You are awesome. Thank you very much for making this change.

- setspike

Re: RingGameWait Callback

Posted: Wed Dec 22, 2021 3:34 pm
by The MPC
setspike,

side question for you...

I'm assuming you're having this api call send off an "automated" text.

Which automated text service are you using to complete this action?

I'd really like to implement such a system for my players for a number of situations, thanks!

Re: RingGameWait Callback

Posted: Wed Jan 05, 2022 2:25 pm
by setspike
MPC,

Sorry for the late reply, just seeing this now.

I'm using Twilio to process my text notifications. Have a simple python script that executes when the callback fires. Using the Custom field in the account profile to hold mobile numbers for those that want to be texted.

Hope this helps.

- setspike

Re: RingGameWait Callback

Posted: Wed Jan 05, 2022 2:34 pm
by The MPC
thank you! I have started my venture into text notifications for my players :)