Retire command

Posted by Straud on Thu 02 Aug 2001 05:24 PM — 2 posts, 11,700 views.

#0
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
Australia Forum Administrator #1
The test that gives the "failed" message is this:


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.