|
#41
|
||||
|
||||
|
Triggers (or scripts) in warcraft III have events, conditions, and actions. An "event" is something generic, like whenever a unit casts a spell, or whenever a unit is attacked. Whenever the event occurs, the condition is checked. If the condition is satisfied, then the actions are run.
__________________
---------------------------------------------- www.RTSCommunity.com ---------------------------------------------- |
|
#42
|
||||
|
||||
|
Quote:
__________________
"Do not come between a Nazgul and his prey..." Feel free to check out my soundcloud: http://soundcloud.com/dylan-lang |
|
#43
|
|||
|
|||
|
i understand some of it, i created some codes for bfme 2 cah, infact i almost made my own cah lol
, a half troll |
|
#44
|
||||
|
||||
|
Nice how did it work out?
__________________
"Do not come between a Nazgul and his prey..." Feel free to check out my soundcloud: http://soundcloud.com/dylan-lang |
|
#45
|
|||
|
|||
|
Less bugs than i expected, but one of the bugs was the powers, he head the heal power available, but i mean the one in the power menu, i tried as much as i could to get it to work, but it didnt, i abandoned that idea. He has nearly all the same powers as a hill troll, as well as some evil men powers. He also had splash damage
|
|
#46
|
||||
|
||||
|
Quote:
__________________
"Do not come between a Nazgul and his prey..." Feel free to check out my soundcloud: http://soundcloud.com/dylan-lang |
|
#47
|
||||
|
||||
|
The editor will feature an extensive trigger system, but I will allow one of the scenario designers to elaborate more on it, as I'm not too familiar with it, myself.
|
|
#48
|
|||
|
|||
|
Hmm, i don't do triggering nearly as complex as the stuff Darvin is talking about
There's always more to learn i guess.Can't wait to hear more about it from some of the SD guys ![]() |
|
#49
|
||||
|
||||
|
There were two ways to script in Warcraft III; Jass or GUI. What I was showing you was Jass. The GUI system isn't nearly as powerful as Jass, but it's much easier to learn to use.
For those of you out of the lingo, "GUI" stands for graphical user interface. Instead of having to type out code, you would select the code you want from a drop-down menu, and fill in the blanks (for instance "create a unit" requires you to specify [among other things] the type of unit to be created). This isn't as easy as it may appear, as there are literally hundreds of options available, and figuring out which one is the right one for your situation isn't always easy.
__________________
---------------------------------------------- www.RTSCommunity.com ---------------------------------------------- |
|
#50
|
||||
|
||||
|
As of right now, we are "scripting" the conditions and effects as very well described by Darvin. It is our intention to release the editor with the exact same scripting tools that we use now in addition to a "Trigger" system which will be the drop-down, selectable Conditions and Effects. If any of you have done any design for or have seen the Age of Empires series editors, you will be very familiar with how there is a trigger tool and a scripting tool. My feeling, is that this will be beneficial to advanced designers (using scripts mostly) and newer designers (using Triggers mostly) alike.
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|