Forum Discussion
ChatGPT AI - A new starting point for content creation?
Working on a game i tried chatGPT for Javascript code to check for a win/loss. Although i got some specifics back that didnot work ( eg. player is a reserved Storyline variable, so i got that back in my chatGPT code and thus i had to replace that ) i got it working quite easily thanks to chatGPT.
I would suggest Articulate changes the internal used variable player to storylinePlayer. As that will make future use of chatGPT and other AI-tools easier for the less Javascript experienced.
- SeanWordingham-2 years agoCommunity Member
Could I ask how you accessed chatGPT using JavaScript? I tried using the JavaScript suggested by chat GPT itself but this didn't work. I'm not sure if it is necessary to set up a JavaScript server, which is something I don't know how to do it :-)
- MathNotermans-92 years agoCommunity Member
Let me see if i can find the case i used for this. Actually chatGPT didnot return properly working Javascript. It couldnot figure out that the Storyline player is no real player, but the player as it is in Storyline. So you really need to know Storyline specifics to fix it... let see if i can find my calls.