Skip to content

Instantly share code, notes, and snippets.

/*
Chapel's Harlowe Achievements with Count and Includes
see: http://twinery.org/questions/22857/making-achievements-in-harlowe?show=22857
usage:
(print: Chapel.achievements.count())
(if: Chapel.achievements.includes("ABCDE"))[ABCDE has been achieved]
*/
window.Chapel = window.Chapel || {};
(function () {
@greyelf
greyelf / sc-i18n-example.twee
Last active March 26, 2018 21:38 — forked from tmedwards/sc-i18n-example.twee
SugarCube v2 basic internationalization (i18n) example (in Twee notation)
:: StoryTitle
SugarCube i18n example
:: StoryAuthor
Original by TMEdwards
Modified by Greyelf