I have this script
- script fontcontrol -1,{OnInit: bindatcmd "font", strnpcinfo(0)+"::OnCommand"; // overwrite the @afk command end;OnCommand: if ( !countitem(20357) ) { message strcharinfo(0), "You must have an Font Ticket to use this command"; end; } atcommand "@font"; // then execute back...