Staredit Network

Staredit Network -> UMS Assistance -> Trigger help in StarForge
Report, edit, etc...Posted by Foamy on 2004-10-17 at 17:57:35
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."
Report, edit, etc...Posted by DT_Battlekruser on 2004-10-17 at 18:02:18
You just type in the triggers. What is hard about that? Add the semicolon as a line delimiter.
Report, edit, etc...Posted by KaboomHahahein on 2004-10-17 at 18:02:56
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#topic02
Report, edit, etc...Posted by Foamy on 2004-10-17 at 18:25:59
LOL....

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..


smile.gif
Report, edit, etc...Posted by RexyRex on 2004-10-17 at 20:58:44
In comments be sure to put:
Comment("Comment");
QUOTATION.
Report, edit, etc...Posted by The_Blackness on 2004-10-18 at 02:03:22
heh i didnt really realise it was so simple i just never botherd to make a post to ask =P
Report, edit, etc...Posted by .Coko[CK] on 2004-10-18 at 11:21:50
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!
Next Page (1)