This is too old, use this insteadmodules/game_interface/gameinterface.lua
LUA:if creatureThing:isPartyMember() then menu:addOption(tr('Leave Party'), function() g_game.partyLeave() end) end if creatureThing:isPartyMember() then menu:addOption(tr('Enable Shared'), function() g_game.talk("!share") end) end
View attachment 88331
View attachment 88332
