Skip to content

← Previous | Next →


hasQuestCompleted

Description

Checks if the character has completed a quest.

Basic information

Name Type Possibilities
hasQuestCompleted interaction 2

Parameters

# Name Type Mandatory Description Multiple

Outputs

# Description
1 1 if character completed.
2 2 if character not completed.

Example


  interaction 
    hasQuestCompleted quest_example 
      tell "Good job." 
      tell "Doing nothing." 

  behaviour 
    nothing