Heyyy so like I've been really wanting to use stuff with twine and I know only like the ultra basics of HTML so uh how could I use the character creator and another template together? Sorry if this doesn't make sense nothing I say makes sense :P
Viewing post in 100% Good Twine Sugarcube Templates comments
Hiya
Sorry for the late reply, but I hope this can still help ya a bit!
The Character Creator Template is only code you can copy/paste/edit as you wish, without really affecting the visual/HTML of your project. So, if you are using another UI/Visual template (from my page or other users), you can just look at the CCT’s code and add to your project what is useful for you.
I would recommend you either start:
- with a blank project, write/code your game, add the relevant code from the CCT, then add the code from the UI/Visual template of your choosing
- with the code from the UI/Visual template, write/code your game, add the relevant code from the CCT
Hope this helps!