// TMW2 scripts. // Authors: // Jesusalva // Description: // TODO // CandorQuest_Sailors // 0: Not started // 1: Accepted // 2: Invite Elmo // 3: Completed 003-1,112,93,0 script Sailors#003-1 NPC_ELVEN_MAN_TRADER_SITTING,{ mesn; mesq l("Hey, pal."); close; OnInit: .sex = G_OTHER; .distance = 5; end; }