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
The error code I'm getting when I load is this: Error in Script (Global) function <onload>:chunk_3:(484,4-485,0): attempt to index a nil value
I don't know much about coding but I hope that helps
1.) Download Notepad++ if you don't already have it.
2.) Right click on a Mission Card in game and click the "scripting" menu option to pop-up the scripting screen.
3.) On the "global" section, copy the entire script and then paste it into a blank notepad++ doc.
4.) Delete line 484 and find / replace all != into ~=
5.) Return to your game in TTS and paste the new script from your notepad++ doc into the global script section in the game.
6.) Save and re-load your game. The repeating errors should stop. Drop Mission cards into GM bags and pull them back out to reset their scripts.
This is the process that worked for me.
Thank you Ace! Got it working!
getObjectFromGUID('82f9d9').interactable = false -- dice tower
right?
Cut that line, replaced 99 "!=" with "~="
Copied back, saved, loaded, and comes up with
Error in script (global) function <onload>: chunk_4:(5681,4-5682,0) attempt to index a nil value on start up, and when drawing cards off the imperial units deck to try and load them the same message but with (7124,4-120):