-
[help] Npc problem
Hi i'm not sure if this is the right section for this post but i've got a problem with my NPC.
I'm trying to make a npc that opens up another npc with the command "cm.openNpc(2003);" and it's not working
Do you guys have any idea, it doesn't give any .bat errors or anything the window just closes and it doesn't do anything.
-
Re: [help] Npc problem
check openNpc function and see if it's disposing or not
-
Re: [help] Npc problem
I'm probably being a total noob but in what file can I check it?
In the npc script I tried it with and without disposing.
Can I also check it in like npcconversationmanager or somthing else?
-
Re: [help] Npc problem
Just search openNpc in your source, it will pop up everything with that in it
-
Re: [help] Npc problem
Found it.
Code:
public void openNpc(int npcid){ NPCScriptManager npc = NPCScriptManager.getInstance();
npc.start(c, npcid, null, null);
}
It does not seem to dispose.
-
Re: [help] Npc problem
Give me your skype and i will help you with it. pm if you wish.