Do you mean this? (English is not my native language)
GameData::InstantMessageConversation.register({
:id => :MA_1,
:group => :MA,
:instant => true,
:messages => [
[1, :Text, _INTL("Bist du schon bereit, nach Fadelheim zu...
Hey, I am getting this error: "Unknown ID MA" with this setup:
"GameData::InstantMessageContact.register({
:id => :MA,
:name => _INTL("Mary"),
:image => "Mary",
:bubble => "Purple"
})"
and
"GameData::InstantMessageGroup.register({...