I tried creating a command that will execute different actions on different intervals, and using the command will turn them ON/OFF, but it is just not working, what am I doing wrong?
- script test FAKE_NPC,{
OnInit:
bindatcmd("test", strnpcinfo(NPC_NAME)+"::OnAtcommand", 0, 99);
end...