
sir is there a way to make the message when player sending taking more less time?
when player replying the message it taking like 10 sec
here the code on instant message
GameData::InstantMessageConversation.register({
:id => :GYM,
:group => :GYM,
:important => true,
:messages => [
[1, :Text, _INTL("Morning! Don’t forget to stop by my gym today. You’ll need badges if you want to make progress on your journey. See you there, little bro!")],
[0, :Text, _INTL("I will.")],
[1, :Text, _INTL("Good! I'm looking forward it.")],
]
})