UNPKG

fractive

Version:

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

18 lines (14 loc) 516 B
function HideHistory() { Core.ShowHistory(false); } function FunctionLink() { alert("This link does something without changing the text."); } function InlineExpansionFunction() { return "Inline functions get the inline tag, too. Because the inline tag is meant to tell the player nothing major will change when the link is clicked, you should be careful not to do anything crazy in an inline function."; } var InlineExpansionVariable = "variable (a string which will replace the link)"; var TagVariable = "!";