On cp capture
Posted: Mon Apr 30, 2007 6:24 am
i was wondering how i can make it so when a team captures a certain cp they get 15 bonus reinforcements i already know the adding the reinforcement part
but i dont know how to add the cp capture thing to a con lua
thx in advance
Code: Select all
ATTReinforcementCount = GetReinforcementCount(ATT)
SetReinforcementCount(ATT, ATTReinforcementCount + 15) thx in advance