mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 07:26:49 +01:00
some chat functionality
This commit is contained in:
@@ -133,7 +133,7 @@ function Game.createThingMenu(menuPosition, lookThing, useThing, creatureThing)
|
||||
menu:addSeparator()
|
||||
|
||||
if creatureThing:asLocalPlayer() then
|
||||
menu:addOption('Set Outfit', function() Game.openOutfitWindow() end)
|
||||
menu:addOption('Set Outfit', function() Game.requestOutfit() end)
|
||||
|
||||
if creatureThing:asPlayer():isPartyMember() --[[and not fighting]] then
|
||||
if creatureThing:asPlayer():isPartyLeader() then
|
||||
|
||||
Reference in New Issue
Block a user