There is a javascript banner rotation script that I want to add to the left side, basically in the StoryAuthor section which appears on every page. Can javascript be added here? I tried placing 'script' in the tag field also.
I'm sure I'm way off for Javascript via Twine but this is the javascript that I want to make functional. (which works fine in HTML sites)
<script type="text/javascript" src="
http://www.mydomain.com/banners.min.js"></script>
<script type="text/javascript">
show_banners('side');
</script>
Is this even possible? I'm using Sugarcane