Alf_f02.LimeSasha.OnInit C# (CSharp) Method

OnInit() public method

public OnInit ( ) : void
return void
        public override void OnInit()
        {
            MapName = "Alf_f02";
            Type = 1235;
            Name = "Lime Sasha";
            StartX = -47965F;
            StartY = -1431F;
            StartZ = 3486;
            Startyaw = 0;
            SetScript(823);
            AddButton(Functions.EverydayConversation, new func(OnButton));
        }