ASSS Questions - two words: starcraft triggers reel bad - Sun May 25, 2003 4:09 pm Post subject: two words: starcraft triggers
see topic
comments, anyone?
Smong - Sun May 25, 2003 4:31 pm Post subject:
Can you explain this? What is Starcraft?
Mine GO BOOM - Sun May 25, 2003 4:37 pm Post subject:
If you happened to look at the source, you'd see you can do much more than starcraft triggers. Triggers vs actual programming dlls is very different, with the latter being much stronger. You can do anything with the dlls, and if you can't, you can just edit pretty much any other part of the server to do what you need. Missing a callback that you'd think would be good? Make one, and submit it here, and Grel or myself will try to clean it up and maybe insert it into the server for others to easily use.
D1st0rt - Thu Jan 22, 2004 9:53 pm Post subject:
starcraft is a RTS game made by blizzard a few years ago
Fuzzjdc - Fri Jan 23, 2004 1:56 am Post subject:
Starcraft triggers are similar to the programing in BASIC.
an example of trigger in SC is "if player has xxxx amount of score" then "give player 100 minerals"
Starcraft triggers work on conditions and actions. The map editor allowed you to pracally click and play. all you had to do was select the condition from a list, enter a value then select the action from a list and enter a value. simple.