// Evol scripts. // Authors: // Reid // Description: // Elmo's second dialogs 000-2-3.gat,27,27,0,1 script Elmo 309,{ mesn; mesq l("Hey you, sorry for leaving your room so quickly, I needed to... speak with the Captain about... The reserve.. eh, you know, now that we got a new mouth in the crew we need to check it!"); next; mesq l("So, how is it going? Did you meet any other crew members yet?"); next; menu l("Yes, Arpan gave me these clothes."), l_OhGood, l("No."), -; mesn; mesq l("You should go see them."); next; mesq l("You still got a few days before we arrive at the port, maybe you can learn something from them?"); close; l_OhGood: mesn; mesq l("Oh good! Did he give you your money back as well?"); next; menu l("Yes he did."), l_OhHeDid, l("He told me nothing about that."), -; mesn; mesq l("Hehe, sometimes he gets his head in the clouds, You should go ask him about that."); close; l_OhHeDid: mesn; mesq l("Ok, be patient a little while longer, in the next few days we will arrive at the port of Artis..."); close; }