Forum Discussion
Will_Findlay
7 years agoCommunity Member
Can Javascript access built in variables?
I'm trying to use this code in a trigger but it is just alerting with "null":
var player = GetPlayer();
alert(player.GetVar("Menu.SlideTitle"));
Am I doing something wrong, or are Built-In...
AimeeWoodward
3 years agoCommunity Member
Hi. I am using the build-in variable Quiz2.ScorePercent. When I pull it into the jsPDF it brings a value of null. I have referenced the variable on slides and it is bringing up a number, so I am not sure why it is bring up null in this instance.