
No idea, sorry. I don't have an Android.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menu
local function shop_mushroom_done_dialog_finished()
game:set_value("i3001", game:get_value("i3001")+1)
hero:start_treasure("trading", 2)
end
if destination == main_entrance_shop and game:get_value("i2021") == 10 then
game:start_dialog("crista.0.shop_mushroom.7", shop_mushroom_done_dialog_finished)
end
if destination == main_entrance_shop and game:get_value("i2021") == 10 then
game:start_dialog("crista.0.shop_mushroom.7", function()
game:set_value("i3001", game:get_value("i3001")+1)
hero:start_treasure("trading", 2)
end)
end