This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuotegame speed is affected by many factors, including how many objects/characters are on the screen, whether background music is playing, the complexity of your scripts, and more.
Quote from: Cassiebsg on Tue 13/06/2017 12:47:43
I get a 404 on this gif: "(this one's already finished and in the game, the gif was taken before the process)"
Quote from: Cassiebsg on Sun 11/06/2017 11:01:14
Thanks, I'm testing and bug fixing... it's amazing how many bugs I introduced since last weekend...plus a bunch I keep finding that I thought I already had fixed...
static bool Game.ChangeTranslation(string newTranslationName)
if (Game.ChangeTranslation("Polish") == true) {
Display("Now using Polish translation!");
} else {
Display("Unable to change the translation!");
}
By continuing to use this site you agree to the use of cookies. Please visit this page to see exactly how we use these.
Page created in 0.086 seconds with 14 queries.