Staredit Network

Staredit Network -> UMS Assistance -> Help on Starforge
Report, edit, etc...Posted by DarknessWithin on 2004-09-07 at 21:47:25
How Do you u make triggers For starforge? Can you even make triggers for it?
Report, edit, etc...Posted by synd][cate on 2004-09-07 at 21:55:38
QUOTE(DarknessWithin @ Sep 7 2004, 08:47 PM)
How Do you u make triggers For starforge?  Can you even make triggers for it?
[right][snapback]68481[/snapback][/right]

Thats an intresting concept.
Report, edit, etc...Posted by phatdiddy on 2004-09-07 at 22:00:32
Don't spam.

Starforge triggers are all text base, you can open the trigger window by clicking on the little gear button in the bars across the top.

When you choose an condition or action it gives the syntax for what you have to put. Always remember to put a semicolon after the close parenthesis.
Report, edit, etc...Posted by Yoshi da Sniper on 2004-09-07 at 22:05:31
He means the forum.

> Assistance.
Report, edit, etc...Posted by EzDay281 on 2004-09-07 at 23:18:21
Alright, first think of your condition.
Accumulated Resources.
Start typing it in until the word in the conditions box(hint hint) that looks closest is highlighted.
Then hit (.
It should look like this
Accumulate(
Between the conditions and players box, it should say
Accumulate(Player, Modifier, Amount, Resource); or something like that.
So, type in what player, possible players are listed in the box to the left.
Then type a comma, the number of required resources, a comma, then atleast atmost or exactly comma gas or ore or ore and gas.
Example:
Accumulate(P1, Atleast, 1, Ore and Gas);

Then do the actions smiilarly.
NOTES:
Use Clokr_'s(?) program to make the create unit with properties triggers.
To make display text to work, it should be like this
DisplayText("Talkytalky texty text.", 4);
Report, edit, etc...Posted by DT_Battlekruser on 2004-09-08 at 19:51:06
To make large text blocks, type in a keyword for text trhen change it in the string editor.
Report, edit, etc...Posted by Psycho]aD[ on 2004-09-11 at 13:56:08
dont bother using starforge for making triggers.. use SCXE its a lot easier
Report, edit, etc...Posted by DT_Battlekruser on 2004-09-11 at 14:03:51
Yes, but if he anything but noobie, Starforge triggers are much faster. SC-XTRA triggers take way to long.
Report, edit, etc...Posted by TSoldier_Wol[f] on 2004-09-12 at 08:32:11
Don't use starforge for triggers. Use other maps. Like: GUEdit or X-Tra editor, Like those maps use them for triggers and use Starforge for Player Colors. That should do it trust me!
Report, edit, etc...Posted by Mini Moose 2707 on 2004-09-12 at 10:46:22
GUEdit will totally kill your strings if you use it to edit triggers as a .txt file. Don't use that.
Next Page (1)