Comments

Log in with itch.io to leave a comment.

Hello the project doesn't work properly for me when I import the template into Twine app, the conversations don't appear anywhere and there seems to be some broken gibberish at the bottom of the screen instead. Maybe I am importing it in a wrong way? It seems to be working fine if I just open the template in my web browser.

I can't say for certain what the problem would be without more information. My best suggestion would be to ensure you have at least SugarCube 2.36 installed as it includes features that are essential to the code. I was not able to replicate the issue when importing the template fresh into the browser-based version of Twine.

Would you mind dumbing it down for people who don't understand what you're saying the reason why I'm saying this is because I had taken computer repair for over maybe a year and a half to two years and having really sucking memory does not help any of what I've just read

If you want the easiest possible use of sugarphone, I would suggest starting from the SugarPhone Template file (sugarphone_template.html) included in the download. I'd also recommend looking through the demo file (demo_code_examples.tw) since it has the examples used in the main file.

The most important bits are to use <<addcontact>> to set up a contact, then using <<sendchat>> and <<receivechat>> to add the relevant chat passages to the history.

The chat passages themselves just need to have their text surrounded in the <<send>> and <<receive>> widgets.

If you can get those working (referencing the widget documentation is highly recommended!), it may be easier to get into the fancier bits as they become relevant.