Results: 3Comments by: LunaEclipse73
File: Foundry Tactical Combat (FTC) - Endless Archive07/03/21
Literally look back about 5 comment...
Posted By: LunaEclipse73
Literally look back about 5 comments, I posted how to fix it, its a typing mistake in functions.lua in the character directory, line 157 has `else if` with a space, its supposed to be one word `elseif`. My bad, I thought that today's update included that No, my comment was to another person who posted those exact same errors....
File: Foundry Tactical Combat (FTC) - Endless Archive07/03/21
Literally look back about 5 comment...
Posted By: LunaEclipse73
Literally look back about 5 comments, I posted how to fix it, its a typing mistake in functions.lua in the character directory, line 157 has `else if` with a space, its supposed to be one word `elseif`.
File: Foundry Tactical Combat (FTC) - Endless Archive07/03/21
This error can be fixed with one si...
Posted By: LunaEclipse73
This error can be fixed with one simple change, there is a typing mistake in character\functions.lua. Line 157: else if ( unitTag == 'player' ) then Should actually be: elseif ( unitTag == 'player' ) then With this change, functions.lua is closed correctly and loads, which fixes the nil error (second error listed) caused by...