mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-18 10:54:28 -04:00
[GH-ISSUE #224] Integrate Ink scripting #44
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @13xforever on GitHub (Feb 20, 2019).
Original GitHub issue: https://github.com/RPCS3/discord-bot/issues/224
Ink is a simple yet powerful text-oriented scripting language that works great for choose-your-own-adventure type of games, but also for any conversation tree management.
It can be used to make some fun stuff like interactive greeting (#103), quizzing (
!jailcommand), interactive troubleshooting, etc.Requires proper .net standard nuget package first tho (see inkle/ink#515)
Integrate Ink scriptingto [GH-ISSUE #224] Integrate Ink scripting