viewing paste Unknown #13265 | Athena

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
-   script  bindcmd -1,{
 
OnInit:
    bindatcmd "commands2",strnpcinfo(3)+"::OnCommand2";
    bindatcmd "since",strnpcinfo(3)+"::OnSince";
    end;
 
OnCommand2:
    dispbottom "The commands availables are : ";
    dispbottom "@go  |  @warp  |  @etc  |  @bla  |  @test  |  @nyork  |  @burp  ";
    end;
OnSince:
    dispbottom "The server is running since [ 01/06/2014 ] until today.";
    end;
}
Viewed 988 times, submitted by Guest.