Question on coding npc for 5165

06/19/2012 08:23 Karnag3#1
When I do this step, Now to add the NPC go to NPCDialog.cs and add this:

Code:
#region FrozenGrotto


case 100001:
{
blah blah blah, do I copy and paste the code at the end? Or anything specific I need to add?
06/19/2012 09:06 2slam#2
add the code before default:
06/20/2012 05:56 Karnag3#3
So I need to just look for the word default and paste it there?
Sorry, the only way I can ever learn is to either see someone do it, or do it myself. I read every guide I can, but nothing makes sense atm.
06/20/2012 06:07 Zeroxelli#4
Yes, look for
Code:
default: