Hello everyone, i hope i can get helped there
I have created an Item Upgrading system like in TizenX, the system works like this, When you right click the item and select āUpgradeā the item get upgraded and requires tokens, i have tried to add a Warning before Upgrading and its requires Dialogue but when the Dialogue opens i click continue in the dialogue and its get stuck.
else if (itemId == 13742)
player.getDialogueManager().startDialogue("UpgEly");
Here is video showing the issue. AGAIN: Iām using the same Dialogue file on the 2 methods just to show you the Dialogue works.
Thank you.