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
Getting this error
`function: @stdlib.lua -- file: null line # 10
function: TransferItems -- file: placeInContainers.lua line # 52 | MOD: Zomboid Stash
function: onKeyPressedListener -- file: onKeyPressed.lua line # 34 | MOD: Zomboid Stash
`
for _,filter in ipairs(containerModata["containersFilters"][containerIndex]) do
I believe what caused the issue is renaming the save. Is this looking up player by the wrong UUID field perhaps?
I am re-using a modified `TransferItems` function from his code as I was unable to hook into the stashing behaviour otherwise, but I'll immediately take down my mod in case there's any issue in doing so.