Jaybug: Type: Assignment Actions: on assignment: - trigger name:chat toggle:true - trigger name:click toggle:true #- lookclose state:true Interact Scripts: - 1 WayOut WayOut: type: Interact Requirements: Mode: All List: - flagged player "SwordIntroDone:true" - -flagged player "ArachNOPE:true" Steps: 1: Click Trigger: Script: - narrate "<&co> The Way Out - Quest Completed" - wait 1 - narrate "<&lb><&rb><&co> Who are you?" - wait 1 - narrate "<&lb><&rb><&co> Well, it doesn't matter now, you'll have to fight your way through these spiders to get out" - wait 2 - narrate "<&lb><&rb><&co> You should clear a few out on your way, it will be good practice for you!" - wait 1 - narrate "<&co> ArachNOPE - Quest Started" - narrate " Kill 5 spiders and exit the tunnel." - ^listen kill type:entity target:spider qty:5 script:SpiderQuestCheck 2: Click Trigger: Script: - narrate "<&lb><&rb><&co> Go on, Hurry!" SpiderQuestCheck: Type: task script: - ^flag player SpiderCount:++ - ^narrate " You have killed /5 spiders!" - ^if >= 5 { - ^run SpiderQuestReward } else { - ^run SpiderQuestContinue } SpiderQuestContinue: type: task script: - ^listen kill type:entity target:spider qty:5 script:SpiderQuestCheck SpiderQuestReward: type: task script: - narrate "<&co> Go talk to Cyrill at the end of the cave.!" - flag player ArachNOPE:true