_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);