File Name :: Trigger Duplicator 0.95c
Author :: MindArchon
Category :: Staredit Programs
Description ::
/////////////////////////////////////////////////
V. 0.95c [Jan 12, 2006]
-------------
- Fixed a major bug related to location writing
/////////////////////////////////////////////////
QUOTE(Previous Versions)
/////////////////////////////////////////////////
V. 0.95b [Jan 6, 2006]
-------------
- Made it write the unit number as an unsigned integer instead of a signed one
/////////////////////////////////////////////////
V. 0.95 [Jan 5, 2006]
-------------
- Location numbers are now fixed. They were not displayed correctly.
- A new long awaited feature has been introduced. Trigger Duplicator now has the ability to modify and change location numbers, meaning you can organize your locations into suitable format to duplicate easily!
- The ability to skip certain numbers has been added. example:
For i = 1 to 10, skip 5. It would skip 5, writing 9 triggers instead of 5.
/////////////////////////////////////////////////
V. 0.94 [Dec 30, 2005]
-------------
- Equations should work correctly in actions now
- Bug fix with the new custom vairables
- Added a Splash Screen (Created by Mr_Mooo_Cow)
- Changed bottom of the window to include a progress bar and more buttons
- Added the ability to view all the triggers in the map, and the ability to insert these into the duplicator
- An actual GOOD readme written by Red2Blue
- When there is a Syntax Error, it now tells you on what trigger number it was, and what action/condition # the error occured.
/////////////////////////////////////////////////
V. 0.93
-------------
- Bug Fix (the For now works correctly, it loops through the last number now)
- 5 more custom vairables added
- You can now use fully functional equations as data types. Such as $a($x)
/////////////////////////////////////////////////
V. 0.92(B)
-------------
- Bug Fixes (ModifyType)
- Action Data Files (A few had errors in them)
- You can now not have an interval of 0.
/////////////////////////////////////////////////
Trigger Duplicator is a program that allows you to insert a specified trigger many times into a map,
with numerical vairables.
For instance, you could do this:
QUOTE
For x = 0 to 100 with an interval of 1
CONDITIONS:
Deaths(CurrentPlayer, AtLeast, 1, $x);
ACTIONS:
SetScore(CurrentPlayer, Add, $x, Custom);
SetDeaths(CurrentPlayer, $x, Set, 0);
PreserveTrigger();
Compiling would result in 100 new triggers being added, different units resulting in different custom scores being added.
Trigger Duplicator also supports custom numerical vairables ($a-$e)
Important: String and Location fields refer to the NUMBER of the string/location. Use the two buttons at the bottom of the main window to find the numberUpdated Fri, Jan 13 2006 12:50 amView File