I'm just wondering if anyone has ever tried to run a bilingual source, such as...
If you have ever thought about it, tell me your opinion. I want to know what everyone thinks, I personally think it would be a fun idea to try out.Quote:
if (Character.Language == 1)
{
NPCSay("Hi, welcome to the world of Conquer.");
Option("This is a great game.", 1);
}
if (Character.Language == 2)
{
NPCSay("Hola, bienvenido al mundo de Conquer.");
Option("Esto es un juego estupendo.", 1);
{
if (Character.Language == 3)
}
NPCSay("你好,歡迎來征服世界。");
Option("這是一場偉大的比賽。", 1);