Advertisement
Guest User

Untitled

a guest
Sep 20th, 2015
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. (function () {
  2.     var myEvent = {
  3.         id: "1b4c6311-c97c-4a40-aa62-a1b9109363b2",
  4.         date: '8/5/2',
  5.         isRandom: false,
  6.         ignoreGameLengthModifier: false,
  7.         maxTriggers: 1,
  8.         getNotification: function (company) {
  9.             return new Notification({
  10.             header: "Dox Sales Analysis".localize(),
  11.             text: "(...)".localize().format(General.getETADescription ("8/5/2")),
  12.             image: GDT.getRelativePath () + '/images/notifications/CustomPlatform1V1.png',
  13.             buttonText: "OK",
  14.             });
  15.         }
  16.     }
  17.     GDT.addEvent(myEvent);
  18. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement