Alf_f01_t.NoahStauffer.OnInit C# (CSharp) Method

OnInit() public method

public OnInit ( ) : void
return void
        public override void OnInit()
        {
            MapName = "Alf_f01_t";
            Type = 1307;
            Name = "Noah Stauffer";
            StartX = -6943F;
            StartY = -21892F;
            StartZ = 9528;
            Startyaw = -54952;
            SetScript(823);
            AddButton(Functions.EverydayConversation, new func(OnButton));
        }
NoahStauffer