What it does
quest.load brings a quest object into being: it is how the rest of the script comes to have one. It takes slot. slot is optional.
Signature
quest.load(slot?)Arguments
slotoptional
Example · generated
function start() { quest.load(0);}quest.load 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.