Pathing of new Lua files
Okay I'm redoing my mod of creating extra achievement shop tabs. The only problem I'm having is Pathing. Here is the code snipet. What should the bold line say if I want to load that file from the mod folder in this case.
Demigod\bindata\mods\NewFavorItems\UGBShop08_General2_ShopLayout.lua
LifeBarRender = false,
Name = 'Gzkit's Achievement shop',
ScriptedAction = '/lua/user/ShopAction.lua',
SelectionSizeX = 5,
Shop = {
Layout = '/UGBShop08_General2_ShopLayout.lua',
Tree = {
# Charred Totem of War
AchievementMinionDamage = {
Cost = 675,
ItemBP = 'AchievementMinionDamage',
},
},
},