Why is it that some ppl do this:
Condition()
Action: Preserve
Action2
Why do some ppl do the Preserve trigger first instead of at the end? Does it still work the same way?
Yes, it works just the same. It's just that some people have the preference of putting the action (also, in most cases, associated with comment) at the top of the trigger list, particularly for organization purposes.
People do it because they like the look of it better. The position of the PreserveTrigger() and Comment("") actions have the same effect on the trigger regardless of where they are placed.
K thx. I was thinking that it probably had a different effect on triggers. Maybe like making it go faster or Just becuz ppl didn't know what they were doing.