How to fast to translate my script I have a script I write it in a chinese froum the words are chinese ver long js so I want to fast translate my script ! Help
Umm.. You can write scripts in different languages?
Rollback Post to RevisionRollBack
Make sure you follow me on twitter! @DarkDiaMiner IF I post a mod download it and give me a +1 if you appreciate.
Make sure you give me a suggestion at my WIP topic darkPE
Make sure you click on that +1 button if I help you! ---------------->
Make sure you follow me on twitter! @DarkDiaMiner IF I post a mod download it and give me a +1 if you appreciate.
Make sure you give me a suggestion at my WIP topic darkPE
Make sure you click on that +1 button if I help you! ---------------->
Why we call TBPM ?-Three boys play minecraft
Awesomeeee!
IF I post a mod download it and give me a +1 if you appreciate.
Make sure you give me a suggestion at my WIP topic darkPE
Make sure you click on that +1 button if I help you! ---------------->
Why we call TBPM ?-Three boys play minecraft
Awesomeeee!
stuff?
Please click that little green button down there to if I helped!
Lol. I think there should be more description in the question.
Want GUI Templates? Done!
https://github.com/BeATz-UnKNoWN/ModPE_Scripts/wiki/ModPE-Script-Templates
P.S. Feel free to follow me so you know when I post "awesome" content and make the MCForums a brighter place (totally).
If you need to contact me you can either shoot a Kik message to beatz_unknown or send an email to [email protected]
Why we call TBPM ?-Three boys play minecraft
Awesomeeee!
Why we call TBPM ?-Three boys play minecraft
Awesomeeee!
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumMaybe put the strings into variables? Instead of having text spread out all over the script:
function modTick() { clientMessage("我爱吃火腿"); }maybe put them into variables, like
var strILikeToEatHam = "我爱吃火腿"; //CODE STARTS HERE function modTick() { clientMessage(strILikeToEatHam); }and then, if you need an English version, just change the strings at the top of the script instead of changing text all over the code.
var strILikeToEatHam = "I like to eat ham"; //CODE STARTS HERE function modTick() { clientMessage(strILikeToEatHam); }Wait wait wait. Are you Chinese? Or did you just use google translate?
Also TBPM you dont want to load that script it will spam your chat with Chinese writings
IF I post a mod download it and give me a +1 if you appreciate.
Make sure you give me a suggestion at my WIP topic darkPE
Make sure you click on that +1 button if I help you! ---------------->
I suppose the surname "Zhang" is American?
Want GUI Templates? Done!
https://github.com/BeATz-UnKNoWN/ModPE_Scripts/wiki/ModPE-Script-Templates
P.S. Feel free to follow me so you know when I post "awesome" content and make the MCForums a brighter place (totally).
If you need to contact me you can either shoot a Kik message to beatz_unknown or send an email to [email protected]