AAAAAHHH plz help

frost bane

New Member
Joined
Jul 20, 2005
Messages
4
Reaction score
0
pissed at boundz makin (not totally newb guestion) plz hlp

alright, i am trying to make a bounds game and i am getting really pissed because i am doing everything people say but nothing happens when i join my game (online and offline)
here is the exact code i am using (i want to know whats wrong and how to fix it):
player 8
--------
Always();
-------
CreateUnit(1, Archon, 1, P8);
CreateUnit(1, Archon, 2, P8);
KillUnitAt(All, AnyUnit, 1, All Players);
KillUnitAt(All, AnyUnit, 2, All Players);
Wait(50);
CreateUnit(1, Archon, 3, P8);
CreateUnit(1, Archon, 4, P8);
KillUnitAt(All, AnyUnit, 3, All Players);
KillUnitAt(All, AnyUnit, 4, All Players);
Wait(50);
CreateUnit(1, Archon, 5, P8);
CreateUnit(1, Archon, 6, P8);
KillUnitAt(All, AnyUnit, 5, All Players);
KillUnitAt(All, AnyUnit, 6, All Players);
Wait(50);
CreateUnit(1, Archon, 7, P8);
CreateUnit(1, Archon, 8, P8);
KillUnitAt(All, AnyUnit, 7, All Players);
KillUnitAt(All, AnyUnit, 8, All Players);
Wait(50);
CreateUnit(1, Archon, 9, P8);
CreateUnit(1, Archon, 10, P8);
KillUnitAt(All, AnyUnit, 9, All Players);
KillUnitAt(All, AnyUnit, 10, All Players);
Wait(50);
CreateUnit(1, Archon, 11, P8);
KillUnitAt(All, AnyUnit, 10, All Players);
Wait(50);
PreserveTrigger();
Comment("1 start");
-------

thx ahead of time
p.s. im using starforge
 

Heimdal

Member!
Joined
Jul 4, 2003
Messages
342
Reaction score
0
Make sure Player 8 isn't neutral and has a start location.
 

Armored-Core

Member!
Joined
Oct 28, 2004
Messages
52
Reaction score
0
If all else fails, redo the trigger in SC X-tra editor, (if needed on a different map) and then view what is different between them. [Since you can open two maps at once]
 

frost bane

New Member
Joined
Jul 20, 2005
Messages
4
Reaction score
0
thx

thanck you but i have tried making it on anotheer map however i dont think i have made it in xtra b4... ill try that and see if it works
 

frost bane

New Member
Joined
Jul 20, 2005
Messages
4
Reaction score
0
THANK YOU THANK YOU THANK YOU (it woked in xtra *scolds starforge*)
p.s sry 4 double posting...i just had 2 tell ppl
 

frost bane

New Member
Joined
Jul 20, 2005
Messages
4
Reaction score
0
hey I think what the prob was, was that the squartes were 1X1 not 2X2
also p8 might not have had a starting place *shrug*
 

Octopor

your whole family is made of meat
Joined
Nov 28, 2003
Messages
2,043
Reaction score
2
If only my guide to bounds hadn't been taken down. =(
 

Heimdal

Member!
Joined
Jul 4, 2003
Messages
342
Reaction score
0
also p8 might not have had a starting place *shrug*
Well, I know it wasn't just that you made it with Starforge...
 

NewPosts

New threads

Top