|
local function cutscene(player, npc)
player:goTo(npc)
if player:hasCompleted(quest) then
npc:say("You did it!")
delay(0.5)
npc:say("Thank you")
else
npc:say("Please help me")
end
end
https://habr.com/post/427135/?utm_source=habrahabr&utm_medium=rss&utm_campaign=427135