Forum Discussion
IvanDzurek-e393
6 months agoCommunity Member
I asked chatGPT to help and it made a javascript that strings it all together. Works fine like this.
var name = GetPlayer().GetVar("Name");
var callChoice1 = "some text and " + name + " here";
var player = GetPlayer();
player.SetVar("callChoice1", callChoice1);
- JudyNollet6 months agoSuper Hero
Yes, JavaScript can be used for that sort of thing. I'm sorry I neglected to mention that in my previous response, which was based only on what can be done with Storyline triggers.