Staredit Network

Staredit Network -> SCMDraft -> how do you do scmdraft trigs?
Report, edit, etc...Posted by IIDragonII_Bard on 2005-09-21 at 21:19:35
ok, i know how to write out triggers in starforge, BUT i dont know how you seperate the triggers, and start out a new trigger in scmdraft. blink.gif
Report, edit, etc...Posted by notnuclearrabbit on 2005-09-21 at 21:42:48
[center]If you're having trouble with the text based trigger system, try using the classic trigger editor plugin instead.[/center]
Report, edit, etc...Posted by IIDragonII_Bard on 2005-09-22 at 10:05:51
i just need to know how you seperate the triggers and stuff. I know how to write the actions and conditions. just need to know how to start a new trig, and seperate triggers in trigedit (i dont like classic trigging, its too slow).

ADDITION:

I know how to write the actions and conditions. just need to know how to start a new trig, and seperate triggers in trigedit (i dont like classic trigging, its too slow).
Report, edit, etc...Posted by SI on 2005-09-22 at 11:49:17
just open a map that has 2 or more triggers, afaik you dont need the comment that is placed between triggers automatically , you just need to add

Trigger("All players")
{
Conditions:

to start a trigger and

}

to end the trigger, remember to use

Actions:

to seperate conditions and actions.
Report, edit, etc...Posted by IIDragonII_Bard on 2005-09-22 at 13:42:25
ooooo ty. i thought u had to know the exact amount of dashes to put in between trigs, and stuff.

crazy.gif this is the first trig i did in trigedit. it doesnt work. the error when i try to compile is this: "Conditions:" expected.

Trigger("All players")
{
Conditions:
bring("current player","buildings","no building lifting", atleast, 1);
actions:
move unit("current player","buildings",all,"no building lifting","re-land");
display text message (always display, "NO LIFTING!! RE-LAND IT HERE");
Preserve trigger();
}
Report, edit, etc...Posted by SI on 2005-09-22 at 20:41:27
2 errors
1: at least, not atleast
2: Trigedit seems to not like a space between action type and the starting parenthesis (so in display text message)
Report, edit, etc...Posted by Staredit.Net Essence on 2005-09-23 at 01:20:26
Its best to use them both. Like set up an example in classic and copy paste them in trig edit. Its so much faster, I love it.
Next Page (1)