Storywriting
Let's outline it.
Let's write it.
== Stage 1 ==
Julian - Hi there, I have an issue and I need some logs, would you mind getting them for me?
* Option 1: Sorry, I'm kind of busy right now.
* Option 2: Sure, I'd love to!
[Option 1]
Julian - I see, maybe I can find someone else to help me.
[Option 2]
Julian - Great! I need 5 Oak Logs!
{Continue Check}
{Start Quest}
{Send Message "Quest Started: ${this.name}.\n[Written by Username]"}
== Stage 2 ==
{If User Has 5 Oak Logs}
Julian - Just what I needed, thank you! I need some pine logs too, do you mind getting those for me too?
{Continue Check}
{Take 5 Oak Logs from User Inventory}
{Update Quest with Text "Get 5 pine logs"}
{Switch to Stage 3}
{Else}
Julian - Have you gotten the oak logs yet?
== Stage 3 ==
{If User Has 5 Pine Logs}
Julian - Thank you, now I can solve this issue!
{Continue Check}
{Take 5 Oak Logs from User Inventory}
{End Quest}
{Send End Quest Dialog}
{Else}
Julian - Have you gotten the pine logs yet?Last updated