Game crashed when I tried to upgrade a Cuir after using the Comanche Nations Decision. Is there a log or anything I should post?
Also, if its related in some way to my computer being very lowgrade is it safe for me to just delete the upgrading LUA? Its a nice idea, but I don't need for this mod to be fun. Its this stuff at the bottom, yeah?
if load(pPlayer, "Decisions_ShoshoneComanche") == true then
local pUnit = pPlayer:GetUnitByID(iNewUnit)
if pUnit:GetUnitType() == iCavalry then
local pPlot = pPlayer:GetUnitByID(iNewUnit):GetPlot()
pUnit:Kill(false, -1)
local iBringerofDeath = pPlayer:InitUnit(iComanche, pPlot:GetX(), pPlot:GetY())
iBringerofDeath:JumpToNearestValidPlot()
iBringerofDeath:SetExperience(pPlayer:GetUnitByID(iOldUnit):GetExperience())
end
end