I am looking to execute some Javascript but am having trouble using a variable within the call I am making.
Using a number is fine but I am getting errors trying to use a variable instead.
Would anyone have an idea of how I could go about this?
The call I am trying to make is: GameAPI.Score.submit(HiScore);
I am getting ReferenceError: HiScore is not defined.