An Empty Vessel
Posted: Tue Jul 21, 2015 11:26 pm
Found this out the hard way: DSP uses the answers found on BG wiki. FFXIclopedia has one answer different.
Code: Select all
if (csid == 0x003c) then
if (option == 2) then
player:setVar("SuccessfullyAnswered",success+1);
elseif (option == 6) then
player:setVar("SuccessfullyAnswered",success+1);
elseif (option == 7) then
player:setVar("SuccessfullyAnswered",success+1);
elseif (option == 12) then
player:setVar("SuccessfullyAnswered",success+1);
elseif (option == 13) then
player:setVar("SuccessfullyAnswered",success+1);
elseif (option == 18) then
player:setVar("SuccessfullyAnswered",success+1);
elseif (option == 21) then
player:setVar("SuccessfullyAnswered",success+1);
elseif (option == 24) then
player:setVar("SuccessfullyAnswered",success+1);
elseif (option == 26) then
player:setVar("SuccessfullyAnswered",success+1);
elseif (option == 30) then
player:setVar("SuccessfullyAnswered",success+1);