asd dgfo0 jdsif jdssn
translation -
Lol .. you talk lyke me.. that was quite hard to understand >_<

^
l
l
l
Trash, read bottom only.
Anyways, about your question .. I'll try and reword it first
- Im making a Invisable Bunker D map ATM (just got SC for x-mas havnt played or made maps in like 3 yrs ).
- i was woundering i want to make a unit go to a location *Startround P1* and that unit goes to *spawn chooser* after he goes to *Startround P1*
- and unit are created at *start P1* for 30 sec, then that round is over until he moves the "Chooser" back to *Startround P1* and then it goes to round 2 and creates diff units, and so forth.
I'm assuming that is what you mean.
Firstly, I suppose you know how to cloak bunkers because you said u checked the tutorial.
To start a round:
Use Condition -
'Player 1' brings '1' 'chooser' to 'Startround p1'
For actions -
Move 'all' 'chooser' at 'Startround p1' to 'Spawn Chooser'.
Set 'Switch 1'
PreserveTrigger
Then do this
Use Condition -
'Switch 1' is 'set'
For actions -
Create 'number' 'units' at 'Start p1' for 'Player X'
Issue Order all 'units' at 'Start p1' 'attack' tp 'start p1 end'. (under 'Order' in action list, even tho it's attack, they will not deal dmg until they enter the location you ordered them to which is location start p1 end)
Wait for 30000 milliseconds (which is 30 seconds).
Set 'Switch 1b' (which is switch 2 renamed)
Edit: Continued
Next trigger to start next level, this involves the same format as the first trigger.
To start a round:
Use Condition -
'Player 1' brings '1' 'chooser' to 'Startround p1'
'Switch 1b' is 'set'
For actions -
Move 'all' 'chooser' at 'Startround p1' to 'Spawn Chooser'.
Set 'Switch 2'
PreserveTrigger
Wave 2
Use Condition -
'Switch 2' is 'set'
For actions -
Create 'number' 'units type 2' at 'Start p1' for 'Player X'
Issue Order all 'units type 2' at 'Start p1' 'attack' tp 'start p1 end'.
Wait for 30000 milliseconds (which is 30 seconds).
Set 'Switch 2b' (which is switch 4 renamed)
And so on etc.
I didn't go really indepth, because i thought it wuld be too long. Just watch for wait blocks on your 30 second wait. I wuld have gone into death counters to replace it -but I'll explain that if it is asked later.
My conditions and actions are written out in full, the headings in the editor are brief in the trigger editor.
Hope that helps, for further help - refer to the staredit help guide for condition and action roles.
I really liked how you checked the tutorials before you asked the questions. 