UNPKG

fractive

Version:

Fractive is a hypertext authoring tool, primarily intended for the creation of interactive fiction.

15 lines (12 loc) 277 B
Core.AddEventListener("OnGotoSection", function(id, element, tags, reason) { console.log(`Navigated to section ${id} for reason ${reason}`); }); function GetRandom() { return Math.floor(Math.random() * 100); } function Refresh() { Core.RefreshCurrentSection(); }