I cant see any NPC when you log in, you msut jump farder first so that you can see NPC. what is the problem? anyone can help me out here?
Under add:Quote:
if (!Game.World.H_Chars.Contains(GC.MyChar.EntityID))
{
Game.World.H_Chars.Add(GC.MyChar.EntityID, GC.MyChar);
Game.World.Spawns(GC.MyChar, false);
}
Quote:
Game.World.Spawns(GC.MyChar, true);