HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

cast custom ability trigger

06-26-2006, 05:12 PM#1
evilmapcreater
ive made a custom ability...
in this ability i want to target the groung infront of the casting unit...
and i want it to happen when the player presses the up arrow...
how would i cast the custom ability part? i no how to target infront of it (polar offset point thingy)
06-26-2006, 05:20 PM#2
Jacek
Code:
events
     player presses up arrow
conditions
     --
actions
     order Hero to cast (ABILITY YOUR CUSTOM ONE IS BASED OFF) on Polar offset blablabla
06-26-2006, 05:26 PM#3
evilmapcreater
nvm...
i tried that...
dident work...
could it be that i have a slide trigger in while tring to cast it?
06-26-2006, 05:50 PM#4
Captain Griffen
Yes, as that could very well interupt the casting.
06-26-2006, 07:06 PM#5
evilmapcreater
what do you think i have to do?
delay the slide trigger for that unit until its done casting?

any ideas?


EDIT: I fixed it, i put a new condition in the slide trigger, and a 2 new actions in the casting trigger dealing with property (couldent think of anything else)
06-26-2006, 07:36 PM#6
Captain Griffen
We cannot fix your triggers via magic. Post what you have.