HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Conditions - What level the ability is cast is

10-22-2004, 09:19 PM#1
abraxas
I want to do a custom spell, with 3 levels.
I need to do the conditions so it will check if its level 1-5.

If level 1, then do action:
if not level 1, then do nothing.

Is it possible?
I want a answer quite fast please :)

Thanks for the help.
10-22-2004, 09:32 PM#2
Gandalf2349
Yo'll want to make a dummy spell, and detect when it was cast with triggers. Then you'd want to make dummy casters, with no and the locust ability cast your spells for you.

How was that for fast?
10-22-2004, 09:40 PM#3
xGT4x
I think what you're searching is: Integer - Level of Ability
Example
Code:
If Level of (Ability being cast) equal to 1 then do (Your Actions) else do (Do Nothing)
That's just an example, you shouldn't use the (Do Nothing) because it just adds space which makes the map bigger...

Gandalf: Are you replying to the same post as I do? Lol! Mods look at him, he spams the Forum full without even reading the question!
10-22-2004, 10:20 PM#4
abraxas
Ok thanks alot.. got it working :D
10-25-2004, 09:03 PM#5
Gandalf2349
I think I was, I must have misinterpreted the question.