Less Verbose
![]() ![]() |
If you want to make it less chatty, aka not having to click on confirmation box every time you create a task, comment out or delete the following in the: function setTask(iTask, iWhen, target, options) /* // Generate message var sTaskSubject = ""; var sTask = ""; switch(iTask) { ... } printMsg('' +getVillageName(iVillageId)+ '' + aLangStrings[10] + ' ' +sTask+ ' ' +sTaskSubject+ ''); */ I don't know much javascript, but it appears to work. |

