Difference between revisions of "OnFlagScore"

From Soldat Community Wiki
Jump to: navigation, search
(Created page with "===From the Scripting Manual=== ''procedure OnFlagScore(ID, TeamFlag: byte);'' '''Parameter Info:''' ID (Byte): Player ID of the player who scored the flag. TeamF...")
 
(No difference)

Latest revision as of 11:57, 15 August 2012

From the Scripting Manual

 procedure OnFlagScore(ID, TeamFlag: byte);
 
 Parameter Info:
  ID (Byte): Player ID of the player who scored the flag.
  TeamFlag (Byte): Team ID of the flag which was scored.
 
 Description:
  This procedure will be called every time a player captures the enemy flag.

External Links