Auto-translated
Woo, it worked!
function checkState()
while(1) do
if (GetObjectiveProgress("Quest_Zubec", 1) == 3) then
MessageBox ("/Maps/SingleMissions/L1/Parol_Zubec1.txt");
break
end
sleep(8)
end
end
startThread(checkState)
I'm so confused – I've been working on this script for almost a day, and I initially wrote ("Quest_Zubec", player).
But if you keep trying, something will eventually work out, I guess.
Thank you).
function checkState()
while(1) do
if (GetObjectiveProgress("Quest_Zubec", 1) == 3) then
MessageBox ("/Maps/SingleMissions/L1/Parol_Zubec1.txt");
break
end
sleep(8)
end
end
startThread(checkState)
I'm so confused – I've been working on this script for almost a day, and I initially wrote ("Quest_Zubec", player).
But if you keep trying, something will eventually work out, I guess.
Thank you).