I don't know if this exist with servuo since I'm totally new, but a while back when i was working with runuo I remember there was a way to turn the test center on. It would let you're players set there skills and there bank would be filled with everything they needed. Is there a file like that for servuo, and how can I turn it on?
 
just a guess Scripts/SpecialSystems/Engines/TestCenter.cs

public class TestCenter
{
private const bool m_Enabled = false;
public static bool Enabled
{

try true
 
Back