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...
Will_Findlay
7 years agoCommunity Member
I found a workaround - create a trigger that assigns the built-in variable to a user variable.