Possible to modify commands?Solved
Hello,

would it be possible to add functionality to allow admins to modify commands to teleport to outpost and bandit camp please?

Thanks
The name of the command ?
otp and bdt
Change it yourself if you really need it.
runescape thanks very much
That's not where you change it. You change it here:

            if (CompoundTeleport == null)
            {
                if (outpostEnabled) AddCovalenceCommand("outpost", nameof(CommandOutpost));
                if (banditEnabled) AddCovalenceCommand("bandit", nameof(CommandBandit));
            }
​


Thanks for helping though.

Thanks Nivex ;)
Locked automatically