Jump to content
  • 0

Confirm Dialog


sebahomsi

Question

Hola a todos. Tengo el siguiente problema.
He creado un npc para vender skins y he puesto el siguiente codigo:

 

           
else if (_command.startsWith("bp_buyskin"))
{               

 final ConfirmDlg confirm = new ConfirmDlg(SystemMessageId.ARE_YOU_SURE_YOU_WANT_TO_EXCHANGE.getId());
 player.sendPacket(confirm);
 buySetPart(player, part, type, pageNumber);
               
}
Mi problema es que antes de confirmar el dialogo por si o por no, se ejecuta igualmente la funcion buySetPart(). Quisiera saber si estoy realizando algo mal o si alguno tiene algun ejemplo para guiarme que posea cuadros de dialogo.
En el caso de confirmar se deberia ejecutar buySetPart() o esa es la idea que tengo.

 

Sebahomsi Software Developer

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.
Note: Your post will require moderator approval before it will be visible.

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.

Loading...



×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.