I'm customizing the apprentice field. I used the following code to disable the NPC that I modified. The NPC who created work and the old are apparently disabled. But is showing this error message when I start the emulator ...
Is there a best mode to do this so as not to appear this message?
-scriptDisable-1,{
OnInit:
disablenpc "Sprakki#newbe05";
disablenpc "Brade#newbe02";
disablenpc "Brade#newbe04";
disablenpc "Chocolat#newbe06";
end;
}
[Error]: npc_enable: Attempted to hide a non-existing NPC 'Sprakki#newbe05' (fla
g=0).
[Error]: npc_enable: Attempted to hide a non-existing NPC 'Brade#newbe02' (flag=
0).
[Error]: npc_enable: Attempted to hide a non-existing NPC 'Brade#newbe04' (flag=
0).
[Error]: npc_enable: Attempted to hide a non-existing NPC 'Chocolat#newbe06' (fl
Share this post
Link to post
Share on other sites