SetTeamScore

From Soldat Community Wiki
Revision as of 11:32, 15 August 2012 by Freeman (talk | contribs) (Created page with "===From the Scripting Manual=== ''procedure SetTeamScore(Team: byte; Score: integer);'' '''Parameter Info:''' Team (Byte): Team number from 1->4 to set the score Score...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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