HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Alliance troubles?

05-30-2004, 04:05 PM#1
CCrew
I'm really having trouble with the trigger making it so you can ally by typing "-ally color" Heres what i have so far:
Player one red types -ally blue as an exact match
make player one allied with shared vision to player two blue

Now, that works, BUT, that means i have to have 90 triggers like that! (ten players, 9 alliance triggers each). Is there an easier way for me to do this?
05-30-2004, 04:11 PM#2
DoCa-Cola
You could do a check for the substring. Then do an If/Then/Else in the actions. That would make it so you only need 1 per player.
05-30-2004, 04:15 PM#3
CCrew
Well lets just pretend im an idiot for a minute here, explain it in a bit more depth please.