what does this error means, could anyone explain me what actually means?
thanks!
[Only registered and activated users can see links. Click Here To Register...]
I want to add the bless effect, so when you upgrade your bless to -1 to show Aegis1 effect, -3 to show Aegis2 effect, -5 to show Aegis3 effect and -7 to show Aegis4 effect.
I do like this...
But the problem is at the highlighted code...where the effect to be send, idk how to make it send to everyone, cause it gives me that error I posted above.
thanks!
[Only registered and activated users can see links. Click Here To Register...]
I want to add the bless effect, so when you upgrade your bless to -1 to show Aegis1 effect, -3 to show Aegis2 effect, -5 to show Aegis3 effect and -7 to show Aegis4 effect.
I do like this...
Code:
_String str = new _String(true);
str.TextsCount = 1;
str.Type = _String.Effect;
str.Texts.Add("Aegis4");
[COLOR="Red"][B]Entity.Owner.Screen.SendScreen(str, true);[/B][/COLOR]