I don't know how to make teams fight against each other.I need help adding the characters to 1 team to another.Help me plz.
Team
var mob/Naruto mob/Gaara New(mob/member1, mob/member2) src.member1 = member1 src.member2 = member2 proc Dead() if(member1.dead && member2.dead) del src // idfk // and when you call new just new/Team(usr, friend) //friend is the other member i guess. //this is happening 9x(inconsistent indentation) |
You don't appear to know how to program at all! Start here!
|
I hope that gave you some insight because it's really a lot you will have to consider when you do this. Your actual match that monitors probably needs to be a datum also if it isn't