What it does
quest.save acts on quest: it saves. It takes slot. slot is optional.
Signature
quest.save(slot?)Arguments
slotoptional
Example · generated
function start() { quest.save(0);}quest.save 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.