NARRATIVE

Deliver the quest

The player has to hand over the right items to the NPC, in the right order. If they get it wrong, the quest fails.

Use cases

Delivery quests (bring 2 mushrooms + 1 flower + 2 turtles) where getting the order wrong means failure.

→ In-game result

{
  "action": "CheckoutQuest"
}
In-game result

Right delivery → rewards given, quest finished. Wrong delivery → items lost, quest marked as failed.

Related actions