Hi, The admin (me) can use a command created by bindatcmd, but my gm can't. They have the command in their @commands list, but they can't use it.
Any idea how can this happen ? They are group 12, the command in 10 and they can use some other command that are 10, but not 3 "new one"... I had to not give group to the command, so everybody can see the command (but I check the groupid inside the command, which is not clean ).
bindatcmd("bari",strnpcinfo(3) + "::Onbarricade");
works
bindatcmd("bari",strnpcinfo(3) + "::Onbarricade",10,10);
bindatcmd("bari",strnpcinfo(3) + "::Onbarricade",10);
bindatcmd("bari",strnpcinfo(3) + "::Onbarricade",12,12);
bindatcmd("bari",strnpcinfo(3) + "::Onbarricade",12);
doesn't work (any of them)
But :
bindatcmd("lb",strnpcinfo(3) + "::OnLB",10);
works