regarding this http://herc.ws/board/topic/10701-link-item-system/?p=63280
when we take a look on console using script e.g.
- script catch FAKE_NPC,{
OnAtcommand:
debugmes .@atcmd_parameters$[0];
end;
OnInit:
bindatcmd "catch",strnpcinfo(3)+"::OnAtcommand";
end;
}
let's start...