Staredit Network

Staredit Network -> UMS Assistance -> Triggers
Report, edit, etc...Posted by Pedestrian on 2006-06-14 at 18:25:41
What Editor do you make your triggers on?And can someone teach me how to write triggers on SF?
Report, edit, etc...Posted by Random_X2 on 2006-06-14 at 19:42:37
Wow... you're gonna need a lot of help. Pretty much every editor can use trigs (Original Campaign Editor, Starcraft X-Tra Editor, SF), but if you want an overview of the trigs check out the tutorials of go to the HELP section in campaign editor. And as for SF triggers, try not to use em until you're good with the other types (though you COULD just try it straight of the bat, I don't recommend it).
Report, edit, etc...Posted by Zeratul_101 on 2006-06-14 at 19:57:41
i agree with Random X2, alot of help. in addition to triggers, you should learn about locations if you haven't already. I recommend not touching ANY of the other editors until you have a firm knowledge of the workings of Staredit, otherwise, you'll probly confuse yourself.
Report, edit, etc...Posted by Urmom(U) on 2006-06-14 at 20:06:55
Read through all of the tutorials on this site and also try using every condition and action there is to get comfortable using them.
Report, edit, etc...Posted by Noober on 2006-06-14 at 20:54:16
I've been map making for about 6 months, and yet I still haven't used the Mute/Unmute unit speech or the pause/unpase game actions. o.O Or the never condition. So you don't really have to use every single one, but you should know what they do.
Report, edit, etc...Posted by Syphon on 2006-06-15 at 13:31:47
QUOTE(Noober @ Jun 14 2006, 07:53 PM)
I've been map making for about 6 months, and yet I still haven't used the Mute/Unmute unit speech or the pause/unpase game actions. o.O Or the never condition. So you don't really have to use every single one, but you should know what they do.
[right][snapback]506743[/snapback][/right]


You use the never condition to organize huge maps.
Report, edit, etc...Posted by Kow on 2006-06-15 at 19:56:42
Such as

Never();
-
Comment("Spawn Triggers for Players @ such and such Location");

I usually use Always for that though. I've never notice a difference when just doing that.


It is usefull if you have a long string of conditions and you want to disable the trigger but not delete it. (You can also uncheck the boxes on Staredit based editors)
Report, edit, etc...Posted by SunMoon_Emperor on 2006-06-15 at 20:40:39
One time I was making a map and halfway through it kept ending in a draw. I couldn't figure out why, so I just added:

CONDITIONS: Never
ACTIONS: End game in draw for all players.

And it worked.
Report, edit, etc...Posted by O)FaRTy1billion on 2006-06-16 at 00:39:01
Never just means that specific trigger block will never run.
Next Page (1)