viewing paste Unknown #21223 | Lua

Posted on the
1 2 3 4 5 6 7 8 9 10
    if(player:getCurrentMission(SANDORIA) == JOURNEY_TO_BASTOK) then
        if(player:getVar("notReceivePickaxe") == 1) then
            player:startEvent(0x01a9);
        elseif(player:getVar("MissionStatus") == 4) then
            player:startEvent(0x01a7);
        elseif(player:getVar("MissionStatus") == 5 and player:hasItem(599) == false) then
            player:startEvent(0x01a8);
        else
            player:startEvent(0x01a6);
        end
Viewed 689 times, submitted by Guest.