- 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; }