Hello!

Ive looked through many scripts (mostly for localisation and making the game multi-language) but i couldnt find the one i need. I think its a simple one to do but my total lack of Ruby knowledge makes me ask for it here.

What i mean is a Text database script. You know how we can summon the Actors name to the message via the \n[ ] command, right? (some scripts even allow to summon item's or skill's name like UMS). Id like to have this working for the texts stored in this Database script. Like this:
1 = "Aluxes loves Gloria"
2 = "Marco is jealous"
etc.
and then in the message box or choice box we type the \td[1] command which would make the quote "Aluxes loves Gloria" appear in place of it. And thats all!
So, could anyone do this? Pretty please?