Staredit Network

Staredit Network -> UMS Assistance -> Casting Spells
Report, edit, etc...Posted by kholdstare on 2006-07-21 at 15:34:43
Lets say i wanted to do a shuttle spell casting system. If I release the unit, how do I make the spell I want casted automatically? Thanks.
Report, edit, etc...Posted by dumbducky on 2006-07-21 at 15:36:57
Conditions
----------
Switch 1 is set
Currrent player brings [spell] to location Shuttle

Actions
---------
Order all units at location shuttle to enter nearest transport
[spell]
Preserve Trigger
Report, edit, etc...Posted by JaFF on 2006-07-21 at 15:59:21
Don't forget, that the location "Shuttle" in the upper example should appy to ground only.
Report, edit, etc...Posted by Electroid on 2006-07-21 at 16:03:08
what type of spells are you going to create? are you creating spells that constantly loop for a length of time, or something that happens just once?
Report, edit, etc...Posted by kholdstare on 2006-07-21 at 16:40:31
QUOTE(Electroid @ Jul 21 2006, 03:02 PM)
what type of spells are you going to create? are you creating spells that constantly loop for a length of time, or something that happens just once?
[right][snapback]528227[/snapback][/right]


Someting that happens once every time I unload the unit. But what I am asking is not how to do it, I am asking how I get the spells to cast automatically.
Report, edit, etc...Posted by Zell.Dincht on 2006-07-21 at 16:46:35
QUOTE(kholdstare @ Jul 21 2006, 02:40 PM)
Someting that happens once every time I unload the unit. But what I am asking is not how to do it, I am asking how I get the spells to cast automatically.
[right][snapback]528269[/snapback][/right]

U just make the trigger, Brings at least one Spell to Location. (If you want it to cost gas, Accumulate x amount of Minerals or Gas) Then you do the rest with any effect you want.
Report, edit, etc...Posted by Electroid on 2006-07-21 at 20:37:10
the spells ARE cast automatically since they execute from the trigger. do you mean, how do you get the spells to generate at a specific unit?
Report, edit, etc...Posted by MoonlighTurtle on 2006-07-21 at 22:13:53
Casting the spell automatically represents the actions of the trigger.

The conditions of that same trigger represent the unit being unloaded from the shuttle.

That's how it is unless you break up the trigger for some reason.
Next Page (1)