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
I always execute SetupDrawButtons(). If you wish I can send you fixed code
If you take all the tickets out, and manually inspect them by hovering over them. you will noticed that a couple of them contain other tickets within themselves.
function SetupNTicketsXColor(targetBag, targetTicket, number)
for i=1, number do
targetBag.putObject(targetTicket.clone())
end
end
Now, this is the first time I've fiddled with TTS scripts, so I have no idea if the previous implementation was due to some versioning stuff?
On my side it does seem to consistently load too few tickets though.
Usually off by one, but sometimes up to 3.