// TMW2/LOF Script. // Author: // Jesusalva // Description: // Part from the EPISODE and the Well Quest // TODO: Walking NPC, clothes, etc; 019-1-1,41,24,0 script Miler NPC_PLAYER,{ .@q=getq(LoFQuest_EPISODE); .@w=getq(NivalisQuest_Well); mes l("Out of Order."); close; OnInit: .sex = G_MALE; .distance = 5; end; }