Open Issues Need Help
View All on GitHubAI Summary: The task is to enhance a static website that displays game scripts by adding support for the `scr_get_flag` function used in Deltarune. This involves modifying the Python code that parses and annotates the game scripts to correctly identify and handle `scr_get_flag` calls, similar to how it already handles `global.flag` accesses.
Static site for viewing Undertale/Deltarune game scripts made so we have a site to reference when citing code on Undertale/Deltarune Wiki (original by xkeeper).
AI Summary: Implement multi-line code highlighting in a Python-based static website code viewer. The viewer currently only links to the first line of a cited code range; this update requires modifying the viewer to highlight all lines within the specified range.
Static site for viewing Undertale/Deltarune game scripts made so we have a site to reference when citing code on Undertale/Deltarune Wiki (original by xkeeper).