Normalize credit comments

This commit is contained in:
ronancpl
2019-05-26 15:17:53 -03:00
parent bb80441af0
commit e02ede58da
52 changed files with 76 additions and 63 deletions

View File

@@ -36,7 +36,7 @@ jobType = 5;
var advQuest = 0;
function start() {
if (cm.isQuestStarted(6330)) {
if (cm.getEventInstance() != null) { // missing script for skill test found thanks to Lost(tm)
if (cm.getEventInstance() != null) { // missing script for skill test found thanks to Lost
advQuest = 5; // string visibility thanks to iPunchEm & Glvelturall
cm.sendNext("Not bad at all. Let's discuss this outside!");
cm.setQuestProgress(6330, 0, 1);