Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

Help with close old menu

Only working scripts
Post Reply
edur0x
Posts: 9
Joined: 24.12.2013 7:51

Help with close old menu

Post by edur0x »

Hi guys.. anyone help me with close this menu?

Image

I try many methods

closemenu;
closegump;

begin
if IsGumpCanBeClosed(GetGumpsCount-1) then
CloseSimpleGump(GetGumpsCount-1);
end;

and not work

Tkz =)
User avatar
Vizit0r
Developer
Developer
Posts: 3958
Joined: 24.03.2005 17:05
Contact:

Re: Help with close old menu

Post by Vizit0r »

looks like usual gump.
"Пишите код так, как будто сопровождать его будет склонный к насилию психопат, который знает, где вы живете". (с) Макконнелл, "Совершенный код".
Post Reply