- 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 the original command end;}
My Plan is, they should have this specific Item first before they can use this command Example Font Ticket.
The problem is everytime I type @font 1 from 1 - 9 the command will not recognise the number instead this message will be shown.
I have this script
My Plan is, they should have this specific Item first before they can use this command Example Font Ticket.
The problem is everytime I type @font 1 from 1 - 9 the command will not recognise the number instead this message will be shown.
please help.
Share this post
Link to post
Share on other sites