09-14-2017, 03:03 AM
my way does not work.
What is the best way to gather as a collectable if GP=600, else just gather normal.
What is the best way to gather as a collectable if GP=600, else just gather normal.
Code:
if (["mingp"] = 600;) then
(["skillprofile"] = "Gathering_Blue";
["unspoiled"] = true;
["collectables"] = {
["ItemX"] = 450;
};)
else (["skillprofile"] = "G_Multi_Gathering";)
end