Swoo
Member
Hi,
i edited \Scripts\Gumps\WhoGump.cs with:
CommandSystem.Register("Who", AccessLevel.Player, new CommandEventHandler(WhoList_OnCommand));
CommandSystem.Register("WhoList", AccessLevel.Player, new CommandEventHandler(WhoList_OnCommand))
Changing the accesslevel, so that all players can use it for messaging and seeing who is online. Unfortunately there is a second menu in this gump, and now players can "get" and "go" to other players on botton click and see properties
How can i change this, that they only can use the "Who-gump" for MESSAGING and SHOWING who is online? My intension was that when a player logs in he can check if his buddies are online too
i edited \Scripts\Gumps\WhoGump.cs with:
CommandSystem.Register("Who", AccessLevel.Player, new CommandEventHandler(WhoList_OnCommand));
CommandSystem.Register("WhoList", AccessLevel.Player, new CommandEventHandler(WhoList_OnCommand))
Changing the accesslevel, so that all players can use it for messaging and seeing who is online. Unfortunately there is a second menu in this gump, and now players can "get" and "go" to other players on botton click and see properties
How can i change this, that they only can use the "Who-gump" for MESSAGING and SHOWING who is online? My intension was that when a player logs in he can check if his buddies are online too