Quest Editor
  • Docs Home
  • Guides
    • Creating a Quest
      • Storywriting
      • Starting Out
      • Adding Stages
      • Stage 1
      • Stage 2
      • Stage 3
    • Creating an Enemy
    • Creating a Location
      • Creation
  • Logic Blocks
    • If Block
    • Equals Block
    • And/Or Block
    • Not Block
    • Boolean Block
    • Null Block
    • Ternary Block
  • List Blocks
    • Create Empty List Block
    • Length Of List Block
    • Create List Block
    • Find Index Block
    • Is Empty Block
    • Get In List Block
    • Edit In List Block
    • Split String Block
  • Text Blocks
    • Text Block
  • Quest Blocks
    • Quest Block
    • Continue Check Block
    • Dialog Block
    • Take Item Block
    • Has Item Block
    • Option Block
    • Option Dialog Block
    • Promise Block
    • Stage Block
    • Switch Stage Block
    • Update Quest Block
    • End Quest Block
    • Start Quest Block
    • Send Message Block
    • User Inventory Block
    • NPC Block
    • Set Adventure Block
    • Remove Adventure Block
    • New Adventure Class Block
  • Item Blocks
    • Dummy Item Block
    • Weapon Item Block
    • Healing Item Block
    • Helmet Item Block
    • Chestplate Item Block
    • Boots Item Block
    • Ring Item Block
  • Import Blocks
    • Import Adventure Block
  • Enemy Blocks
    • New Enemy Block
  • Locations Blocks
    • New Location Block
    • Search Data Block
    • Travel Data Block
Powered by GitBook
On this page
  1. Locations Blocks

Search Data Block

PreviousNew Location BlockNextTravel Data Block

Last updated 6 years ago

The search data block returns a new search data object.

Name

Usage

Type

Extra

Item ID

The ID of the item that is searched for

Text

Item Amount

The amount of items the user gets on a successful search

Number

Chance

The chance of search success for the item

Number

Goes from 0% to 100%

Quest

The internal name of the quest the user has to be in to be able to search for the item

Text

Leave blank or as is for the item to be searchable all the time.

Quest Stage

The stage of the quest the user needs to be at to be able to search for the item

Number

Leave blank or as is for the user to be able to search for the item in the quest at all times. Requires a value in Quest to work.

Search Data Block