Help me to add 1m zeny fee to this script. Thank you
- script broadcast FAKE_NPC,{
OnCommand: if ( !getstrlen( .@atcmd_parameters$ ) )
{
message strcharinfo(0), "Please, enter a message (usage: @bst ).";
end;
}
if (agitcheck()){
message strcharinfo(0), "Unable to use this command,";
message...