Modding help - Outputting after game release

How can I output some custom text (probably from my own file) to this?
I am a bit of a JavaScript noob, but I get most of it. How exactly do I tell it to output different bits and pieces from a text or CSV file?

UI.showReleaseGameDialog = function(a) {
    var b = $("#releaseGameDialog"),

//more here

    b.find(".xpTitle").hide();
    b.find(".xpBonus").hide();

Replies are appreciated

Now managed it. Anyone know how to remove this thread?

Just flag it and click other and put please remove.

1 Like

Thanks