Okay whenever someone (over the required level) tries to use retire it says they failed could this be do do raising max level to 100
Retire command
Posted by Straud on Thu 02 Aug 2001 05:24 PM — 2 posts, 11,700 views.
The test that gives the "failed" message is this:
You would need to investigate why this is the case.
if ( get_trust( victim ) >= get_trust( ch ) )
{
send_to_char( "You failed.\n\r", ch );
return;
}
You would need to investigate why this is the case.