Jump to content
  • 0

mes2 or something similar


GmOcean

Question


  • Group:  Members
  • Topic Count:  31
  • Topics Per Day:  0.01
  • Content Count:  666
  • Reputation:   93
  • Joined:  04/27/12
  • Last Seen:  

I'm looking to see if anyone is able / wiling to make a new npc script command, that will function as so:

prontera,150,180,4    script    TestNPC    123,{
mes "A"; // mes A, B & C  all appear in the same text box.
mes "B";
mes "C";
menu "D",-;
mes2 "E"; // Appears in a new Text box, without the need to press NEXT.

Currently the only way to do this is by use of next; command:

prontera,150,180,4    script    TestNPC    123,{
mes "A";
mes "B";
mes "C";
menu "D",-;
next; // Want to bypass this but keep same effect of clearing text box.
mes "E";

Anyone have an idea on how to do this?

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...