Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Hey!


So, I gave this a shot, but I'm not too sure if this will work right since I'm coding blind.


First, here's an updated Generic Drawstring class. Since Fleece drawstrings are just objects and not monobehaviours, I think you need to hook into the specific monobehaviour that's being used?


https://pastebin.com/z3Xcbtx8


And here's a playmaker action that hopefully passes a string variable to that drawstring, and tells it to begin at a specific passage:


https://pastebin.com/Z51x1iWc


Finally, here's a continue action:


https://pastebin.com/KaqPqPhu


There's no "make choice" action yet... but I want to see if these work first, and figure out the right way to do it. I'm guessing I'll need to send playmake some boolean to tell it if makechocie() or continue() should be used?