_String str = new _String(true); if (str.Texts.Contains("bossimmunity")) return; str.UID = this.UID; str.TextsCount = 1; str.Type = _String.Effect; str.Texts.Add("bossimmunity"); this.Owner.SendScreen(str, true);
مكان دي bossimmunity اسم فودر بتاع الافكت
_String str = new _String(true); if (str.Texts.Contains("bossimmunity")) if (str.Texts.Remove("bossimmunity")) str.UID = this.UID; this.Owner.SendScreen(str, true);