View Chapel's Harlowe Achievements with Count
/* | |
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 () { |
View sc-i18n-example.twee
:: StoryTitle | |
SugarCube i18n example | |
:: StoryAuthor | |
Original by TMEdwards | |
Modified by Greyelf | |