• This is a read only backup of the old Emudevs forum. If you want to have anything removed, please message me on Discord: KittyKaev

[SOLVED] Gossip Items Question

Status
Not open for further replies.

zhier

Member
Hello

I'm making an npc Gossip with options (obviously) and I have an option to create another menu clearing the current menu.

So, when I make the new menu, I wanna add a gossip item to return to the main menu.

How can I do it?

Thanks
 

Rochet2

Moderator / Eluna Dev
You have to code it so that the ongossipselect for the "main menu" button will create and send the main menu.
Often this is done by calling OnGossipHello(player,creature).
 

zhier

Member
Well, I've done this inside "SendDefaultMenu" and it works.

Then the actions for "SendDefaultMenu" inside "OnGossipSelect".

Thanks!
 
Status
Not open for further replies.
Top