Anyway to change what the reviewers say or what they are called?
not through the current API but you could hijack the Reviews.reviewGame
method and then adjust whatever the reviewers say by changing the game object directly.
actually you can do it even simpler, by adding a eventhandler to the afterGameReview event:
GDT.on(GDT.eventKeys.gameplay.afterGameReview, function(e){
var company = e.company;
var reviews = e.reviews;//this is a array containing the reviews
//custom code here
});
Im pretty new to this can you explain a bit more
sorry but modding at that level does require JavaScript knowledge. You won’t have much fun/luck if you don’t know a little JavaScript. Maybe someone else here could write an API method to make this task simpler.
What specifically are you trying to achieve?
i wanted to add more things that the reviewers would say