// TMW2 scripts. // Authors: // Jesusalva // TMW Org. // Description: // In charge to clear the mess // helperCleaning* + helperJanitor 020-7-1,50,63,6 script Pyry NPC_BLUESAGEWORKER_MB,{ npctalk3 l("I warn about dangers and controls the fights."); goodbye; end; OnInit: npcsit; end; } 020-7-1,53,39,0 script Nea NPC_BLUESAGEWORKER_FA,{ npctalk3 l("Crybaby about slimes"); goodbye; end; OnInit: npcsit; end; } 020-7-1,79,70,0 script Arvo NPC_BLUESAGEWORKER_MA,{ npctalk3 l("Investigation."); goodbye; end; OnInit: end; } 020-7-1,62,83,0 script Kristian NPC_BLUESAGEWORKER_MA,{ npctalk3 l("Same as Arvo."); goodbye; end; OnInit: end; } 020-7-1,40,78,0 script Mirjami NPC_BLUESAGEWORKER_FA,{ npctalk3 l("Checking storage, could give a reward for completion?"); goodbye; end; OnInit: end; }