Hi, I’m trying to do a mod in which I have to implement an event that executes at the end of the week, I tried a lot of things but i can’t make it. Can someone help me?
I tried:
GDT.on(GDT.eventKeys.gameplay.weekProceeded, function(gamemanager) {
GameManager.company.notifications.push(new Notification("News".localize(), "My custom notification".localize()))});
But nothing shows.