viewing paste Unknown #11704 | Athena

Posted on the | Last edited on
1 2 3 4 5 6 7 8 9 10 11
-   script  atcmd_example   -1,{
OnInit:
    bindatcmd "autoloot",strnpcinfo(3)+"::OnAtcommand";
    end;
OnAtcommand:
    if(BaseLevel >= 50)
    {
        dispbottom "You can't use this command.";
        end;
    }
}
Viewed 1234 times, submitted by evilpuncker.