What it does
quest.remove acts on quest: it removes. It takes id.
Signature
quest.remove(id)Arguments
id
Example · generated
function start() { quest.remove('main');}quest.remove 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.