- script atcmd_example -1,{ OnInit: bindatcmd "autoloot",strnpcinfo(3)+"::OnAtcommand"; end; OnAtcommand: if(BaseLevel >= 50) { dispbottom "You can't use this command."; end; } }