Receive Node

The receive node can be used to provide a quest or item to the player. A quest cannot be granted in general dialogue.

Properties

ID: The node's ID (read-only).

Receive: The receive type. What will be received will depend on this value.

  1. Quest: The dialogue's quest will be received (quest dialogue only).

  2. Item: An item reward will be received. Item options will be available below when the type is set to this.

Key: The item reward key. This can be used to determine if the item was already granted to the player.

Item Object: The QTItem object. Once set, the item details will be displayed below, which are read-only.

Quantity: The amount of the item to recieve.

Last updated