Alf_f01_t.AstorEim.OnInit C# (CSharp) Method

OnInit() public method

public OnInit ( ) : void
return void
        public override void OnInit()
        {
            MapName = "Alf_f01_t";
            Type = 1101;
            Name = "AstorEim";
            StartX = 10300F;
            StartY = 2336F;
            StartZ = 7591;
            Startyaw = -124152;
            SetScript(823);
            AddButton(Functions.EverydayConversation, new func(OnButton));
        }