Alf_f01_t.MessahGath.OnInit C# (CSharp) Method

OnInit() public method

public OnInit ( ) : void
return void
        public override void OnInit()
        {
            MapName = "Alf_f01_t";
            Type = 1111;
            Name = "MessahGath";
            StartX = -21322F;
            StartY = -21779F;
            StartZ = 9505;
            Startyaw = 0;
            SetScript(823);
            AddButton(Functions.EverydayConversation, new func(OnButton));
        }