ShowStoryText("Sifting through the remains of the undead crew, you find a sizeable bounty: the captain's extravagant looking pirate hat, his valuable and infamous bone-sword, and ten thousand pieces for your collection. You hold a feast in celebration of your commanding victory.");
AddCheevo('[1]');
AddInventory("{12}");
AddInventory("{13}");
PlayerCash = PlayerCash + 10000;
end
if (iValue >= 3 and iValue <= 5) then
ShowStoryText("Sifting through the remains of the undead crew, you find a reasonable bounty: the captain's extravagant looking pirate hat and his valuable and infamous bone-sword for your collection. You hold a pirate tea party in celebration of your victory.");
AddInventory("{12}");
AddInventory("{13}");
end
if (iValue >= 0 and iValue <= 4) then
ShowStoryText("Sifting through the remains of the undead crew, you find a small bounty: the captain's valuable and infamous bone-sword for your collection. You hold an upbeat team meeting in celebration of your narrow victory.");