SetTeamScore

From Soldat Community Wiki
Jump to: navigation, search

From the Scripting Manual

procedure SetTeamScore(Team: byte; Score: integer);

Parameter Info:
 Team (Byte): Team number from 1->4 to set the score
 Score (Integer): New team score. from 0 -> 65535

Description:
 This function will change the specified team score to whatever you enter.
 NOTE: If you set the score over the limit in soldat.ini, the round will end!

Team Numbers:
 1   Alpha
 2   Bravo
 3   Charlie
 4   Delta

External Links