What it does
quest.fail takes id.
Signature
quest.fail(id)Arguments
id
Example · generated
function start() { quest.fail('main');}quest.fail is called with values of the shape its signature asks for. The code sits in start(), which the engine calls once, when the entity spawns.