RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Resource icon

[AddToParty Command 1.0

No permission to download
Introduction

This is a plug&play command that allows players to add new party members from anywhere, through a player list gump.

Installation

Just drop this script somewhere in your Scripts folder.

Configuration

You can configure this system at the top of the script.

C#:
public static class Config
{
    public static bool Enabled = true; // Is this command enabled?
    public static bool OnlyLeadersCanAdd = true; // New party members can only be added by the party leader?
}

Screenshot

Gump seen by the invited player:

Author
Felladrin
Downloads
83
Views
553
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Felladrin

Top