Maybe I'm slow or anything, dosn't matter.
I can't find any tut. or Topic that is about how to make triggers in Starforge.
I know that you have to type it out, but how? I can't just type stuff I think is right?
Do you get my prob?...
please do...
it's about what to type.... hu? you get it.
G'night,
"Bela Lugosi's Dead, undead, undead, undead."
You just type in the triggers. What is hard about that? Add the semicolon as a line delimiter.
Well all yo do is choose the trigger then you type "(" then it will tell you what you need to type in and after every "section" you put a "." so comp know you done with first part and then you finnishe it and then you put ")" and end with ";" you porbably dont understnad what i am say...
i have the bugged up version of the old trick and tips archinves if you wann take a look it's
http://www.staredit.net/?showtopic=1885#topic02LOL....
That was simple!...
just needed to get the "(" part, did a "space" after the condition, so thats why I didn't get that neat txt.
THX..

In comments be sure to put:
Comment("Comment");
QUOTATION.
heh i didnt really realise it was so simple i just never botherd to make a post to ask =P
I prefer a system where i do it like this;
Define_P1;
Private_TriggerX();
Con;
Always();
Act;
DisplayText("Hello",4);
End_TriggerX();
That way i could write huge amounts of code in simple time, without pressing buttons, which considering this is meant to be Text Based Trigger work is rather annoying!