springo wrote:i need help on my game the Battle of war.
i cant make a way to allow each player to pick a team and not hurt their own team. i would very much appriciate it if some one helps me for it is very important that i finish this game. im using the attack system in the help file provided with quest so if anyone and adapt to that i thank u.

Have an if statement in the attack system where if a player's alignment is equal to your alignment, then make the attack miss or something.
You could do this by using strings, and i assume you would put something like, if the player alignment is equal to self alignment, attack misses. I haven't used ASL in a while again, so i can't write any code for you.