Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
GML Comparing 2 Strings:
#define GMLIsShit(string_2_check)
var copy = string_2_check;
string_2_check = string_digits(string_2_check);
if (copy == string(string_2_check)) {
return true;
} else {
return false;
}
I know GML isn't a full language and its deliberately kinda basic. But it's an absolute nightmare to code in.
Yeah I'm sorry, I haven't looked at this since its release (Over 4 Years Ago). You can check the source code here [github.com] and make any changes.
Its around 300ish lines of code but I'm sure someone who is competent in GML could make it much much better. I suck lol. Even copying and pasting it into Claude or ChatGPT and asking it to re-write some of the functions would be a good shout.
这个mod并不是很方便,每次重启游戏都要在控制台输入代码才能显示,而且游戏中的UI并不像mod界面中展示的那样