Hey when i make a trigger on Starforge it says No Comment.. Is there a way you can rename it?
None.
Go to actions then comments then type in your comment.
None.
Hey when i make a trigger on Starforge it says No Comment.. Is there a way you can rename it?
I'd recommend using SCMDraft instead. Starforge is fast for making trigs, but not really for editing them. You'd do better with classic trigedit so you can see the triggers easier.
Don't go crazy with comments though. They take up strings in your map, and too many strings are known to cause problems with the map.
"Parliamentary inquiry, Mr. Chairman - do we have to call the Gentleman a gentleman if he's not one?"
I don't understand text triggers. Can someone explain the order to me? As in, what goes what goes in between the parentheses, and in what order?
None.
Learn as you go along. Start with classic trigedit, look at the trigger in text trigedit, and see what numbers go where through the connections between the two methods.
Deaths("Current Player", "Cave", Exactly, 0);
Means
Current player has suffered exactly 0 deaths of cave.
"Parliamentary inquiry, Mr. Chairman - do we have to call the Gentleman a gentleman if he's not one?"
Text triggers are simply a text syntax that displays only the variables the computer needs to know, rather than all the in between crap that we need to make it easier to understand, they are great for fast copy and pasting or quick editing.
None.
StarForge shows the syntax for the current trigger you are typing.
TinyMap2 - Latest in map compression! ( 7/09/14 - New build! )
EUD Action Enabler - Lightweight EUD/EPD support! (ChaosLauncher/MPQDraft support!)
EUDDB -
topic - Help out by adding your EUDs! Or Submit reference files in the References tab!
MapSketch - New image->map generator!
EUDTrig -
topic - Quickly and easily convert offsets to EUDs! (extended players supported)
SC2 Map Texture Mask Importer/Exporter - Edit texture placement in an image editor!
This page has been viewed [img]http://farty1billion.dyndns.org/Clicky.php?img.gif[/img] times!
And Starforge autocompletes the text trigger whenever the next delimiter ('(' ')' or ',') is typed. Although after using Eclipse extensively I'm annoyed it's not enter 
After using Visual Studio for a while and then trying to use Starforge, me too
None.
Any non alphanumeric or _ character terminates the indetifier and thus SF should autocomplete it
?????