hasQuestStarted
Description
Checks if the character has started a quest.
Basic information
| Name | Type | Possibilities | 
|---|---|---|
| hasQuestStarted | interaction | 2 | 
Parameters
| # | Name | Type | Mandatory | Description | Multiple | 
|---|---|---|---|---|---|
Outputs
| # | Description | 
|---|---|
| 1 | 1 if character started. | 
| 2 | 2 if character not started. | 
Example
  interaction 
    hasQuestStarted quest_example 
      tell "Run boy, run." 
      tell "Doing nothing." 
  behaviour 
    nothing